opencv 处理鼠标点击事件
#include
#include
#include
using namespace std;
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
原创
2010-01-25 15:08:00 ·
1968 阅读 ·
2 评论