Start » Filter Reference » OpenCV » Drawing » cvCircle
Module: | OpenCV |
---|
Draws a circle.
Name | Type | Range | Description | |
---|---|---|---|---|
inImage | Image | Input image. | ||
inCircle | Circle2D | Circle to be drawn. | ||
inColor | Pixel | Circle color. | ||
inThickness | Integer | -1 - | Thickness of the circle outline, if positive. Negative thickness means that a filled circle is to be drawn. | |
inLineType | CvLineTypes | Type of the circle boundary. | ||
outImage | Image | Input image. |
Complexity Level
This filter is available on Basic Complexity Level.