基于opencv的绘画程序

工具: bool temp5 = false; bool draw = false; int x_5, y_5; void drawing(IplImage * img,int x,int y) { cout << draw; if (draw) { cvSetImageROI(img, CvRect(x - 5, y - 5, 10, 10)); cvZero(img);
相关文章
相关标签/搜索