opencv學習筆記(十一)利用鼠標畫出一個矩形

#include <cv.h> #include <highgui.h> void my_mouse_callback(int event, int x, int y, int flags, void* param ); CvRect box; bool drawing_box = false; void draw_box( IplImage* img, CvRect rect ) { cvR
相關文章
相關標籤/搜索