First time here? Check out the FAQ!
answered 2016-07-28 16:44:15 -0600
with opencv3, all drawing functions (elllipse, clircle,putText, etc) were moved to Imgproc, so you have to use:
Imgproc.ellipse() , not Core.ellipse()