Click or drag to resize

ImageTColor, TDepthDraw Method (Ellipse, TColor, Int32, LineType, Int32)

http://www.emgu.com
Draw a Ellipse of the specific color and thickness

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public void Draw(
	Ellipse ellipse,
	TColor color,
	int thickness = 1,
	LineType lineType = LineType.EightConnected,
	int shift = 0
)

Parameters

ellipse
Type: Emgu.CV.StructureEllipse
The ellipse to be draw
color
Type: TColor
The color of the ellipse
thickness (Optional)
Type: SystemInt32
If thickness is less than 1, the ellipse is filled up
lineType (Optional)
Type: Emgu.CV.CvEnumLineType
Line type
shift (Optional)
Type: SystemInt32
Number of fractional bits in the center coordinates and radius value
See Also