Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

with opencv3, all drawing functions (elllipse, clircle,putText, etc) were moved to Imgproc, so you have to use:

Imgproc.ellipse() , not Core.ellipse()