Click or drag to resize

CvInvokeEllipse Method

http://www.emgu.com
Overload List
  NameDescription
Public methodStatic memberEllipse(IInputOutputArray, RotatedRect, MCvScalar, Int32, LineType, Int32)
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.
Public methodStatic memberEllipse(IInputOutputArray, Point, Size, Double, Double, Double, MCvScalar, Int32, LineType, Int32)
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.
Top
See Also