Draws a simple or filled circle with given center and radius. The circle is clipped by ROI rectangle.
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- img
- IntPtr
Image where the circle is drawn
- center
- Point
Center of the circle
- radius
- Int32
Radius of the circle.
- color
- MCvScalar
Color of the circle
- thickness
- Int32
Thickness of the circle outline if positive, otherwise indicates that a filled circle has to be drawn
- lineType
- LINE_TYPE
Type of the circle boundary
- shift
- Int32
Number of fractional bits in the center coordinates and radius value