First time here? Check out the FAQ!
answered 2016-03-04 00:46:58 -0600
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);