Ask Your Question

heartfly's profile - activity

2017-04-10 03:33:21 -0600 received badge  Famous Question (source)
2016-01-23 13:00:57 -0600 received badge  Student (source)
2015-06-16 01:03:53 -0600 received badge  Notable Question (source)
2014-09-13 04:18:15 -0600 received badge  Popular Question (source)
2013-04-06 10:07:24 -0600 asked a question How to plot dotted line using OpenCV?

There is 'line' function, but the parameter of lineType has only 3 value, that is 8, 4 and CV_AA. All these plot solid lines. So how can I plot dotted line using OpenCV directly?

Thank you!

line

Draws a line segment connecting two points. C++: void line(Mat& img, Point pt1, Point pt2, const Scalar& color, int thickness=1, int lineType=8, int shift=0)