Back to Aurora Vision Studio website

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

cvCircle


Module: OpenCV

Draws a circle.

Name Type Range Description
Input value inImage Image Input image.
Input value inCircle Circle2D Circle to be drawn.
Input value inColor Pixel Circle color.
Input value inThickness Integer -1 - Thickness of the circle outline, if positive. Negative thickness means that a filled circle is to be drawn.
Input value inLineType CvLineTypes Type of the circle boundary.
Output value outImage Image Input image.

Complexity Level

This filter is available on Basic Complexity Level.