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
相關文章
相關標籤/搜索