Back to FabImage 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
Input value
inImage Image Input image.
Input value
inCenter Point2D Center of the ellipse.
Input value
inFirstAxis Real 0.0 - Length of the first ellipse axis.
Input value
inSecondAxis Real 0.0 - Length of the second ellipse axis.
Input value
inAngle Real Ellipse rotation angle in degrees.
Input value
inStartAngle Real Starting angle of the elliptic arc in degrees.
Input value
inEndAngle Real Ending angle of the elliptic arc in degrees.
Input value
inColor Pixel Ellipse color.
Input value
inThickness Integer -1 - Thickness of the ellipse arc outline, if positive. Otherwise, this indicates that a filled ellipse sector is to be drawn.
Input value
inLineType CvLineTypes Type of the ellipse boundary.
Output value
outImage Image Input image.

Complexity Level

This filter is available on Basic Complexity Level.