Start » Filter Reference » OpenCV » Drawing » 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 | 0.0 - | Length of the first ellipse axis. | |
inSecondAxis | Real | 0.0 - | 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 | CvLineTypes | Type of the ellipse boundary. | ||
outImage | Image | Input image. |
Complexity Level
This filter is available on Basic Complexity Level.