http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Draws a simple or thick elliptic arc or fills an ellipse sector. The arc is clipped by ROI rectangle. A piecewise-linear approximation is used for antialiased arcs and thick arcs. All the angles are given in degrees.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void cvEllipseBox( IntPtr img, MCvBox2D box, MCvScalar color, int thickness, LINE_TYPE lineType, int shift ) |
Visual Basic |
---|
Public Shared Sub cvEllipseBox ( _ img As IntPtr, _ box As MCvBox2D, _ color As MCvScalar, _ thickness As Integer, _ lineType As LINE_TYPE, _ shift As Integer _ ) |
Visual C++ |
---|
public: static void cvEllipseBox( IntPtr img, MCvBox2D box, MCvScalar color, int thickness, LINE_TYPE lineType, int shift ) |
Parameters
- img
- Type: System..::..IntPtr
Image
- box
- Type: Emgu.CV.Structure..::..MCvBox2D
The box the define the ellipse area
- color
- Type: Emgu.CV.Structure..::..MCvScalar
Ellipse color
- thickness
- Type: System..::..Int32
Thickness of the ellipse arc
- lineType
- Type: Emgu.CV.CvEnum..::..LINE_TYPE
Type of the ellipse boundary
- shift
- Type: System..::..Int32
Number of fractional bits in the center coordinates and axes' values