初学opencv

CvRect box; void cv_mouse_callback(int event,int x,int y,int flags,void*param); bool drawing_box=false;//当点击左键时设置为true,表示要进行画方框 void draw_box(IplImage*image,CvRect rect){ cvRectangle(image,cvPoint(
相关文章
相关标签/搜索