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?
1 | initial version |
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?