OpenCV图像处理开发实战(6) -- 在图像上画图写字

OpenCV 提供很多绘制线曲线的函数,还有在图像上写字的函数。常用的函数: (1)画线 CV_EXPORTS_W void line(InputOutputArray img, Point pt1, Point pt2, const Scalar& color, int thickness = 1, int lineType = LINE_8, int shift = 0); (2)画矩形 CV
相关文章
相关标签/搜索