Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to draw a line vec6f

Hi All, I wonder how would I draw a line that is used by Vec6f using fitline

                    Vec6f lineOutput;
                    cv::fitLine(lines, lineOutput, CV_DIST_L2, 0, 0.01, 0.01);