Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

line extension beyond 2 points how to extrapolate

No prob with this:

cv::line(color_img, points[0], points[1], Scalar(255, 255, 255), 1, LINE_8, 0);

How can I extend the line beyond each point(s). A different OpenCV fx?