OpenCV探索之路(十四):绘制点、直线、几何图形

  https://www.cnblogs.com/skyfsm/p/6897313.html 绘制点和圆 void cvCircle( CvArr* img, CvPoint center, int radius, CvScalar color, int thickness=1, int line_type=8, int shift=0 ); img:图像。 cen
相关文章
相关标签/搜索