Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » OpenCV » Drawing » cvEllipse

cvEllipse


Module: OpenCV

Draws a simple or thick elliptic arc or fills an ellipse sector.

Name Type Range Description
inImage Image Input image.
inCenter Point2D Center of the ellipse.
inFirstAxis Real Length of the first ellipse axis.
inSecondAxis Real Length of the second ellipse axis.
inAngle Real Ellipse rotation angle in degrees.
inStartAngle Real Starting angle of the elliptic arc in degrees.
inEndAngle Real Ending angle of the elliptic arc in degrees.
inColor Pixel Ellipse color.
inThickness Integer 1 - Thickness of the ellipse arc outline, if positive. Otherwise, this indicates that a filled ellipse sector is to be drawn.
inLineType RegionConnectivity Type of the ellipse boundary.
outImage Image Input image.

Complexity Level

This filter is available on Basic Complexity Level.