Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

with opencv3, all drawing functions (line,circle,putText, etc.) were moved to Imgproc, so:

Imgproc.line(Img, pt1, pt2, new Scalar(0,255,0), 3);