Click or drag to resize

Cv2Ellipse2Poly Method

Overload List
  NameDescription
Public methodStatic memberEllipse2Poly(Point, Size, Int32, Int32, Int32, Int32)
Approximates an elliptic arc with a polyline. The function ellipse2Poly computes the vertices of a polyline that approximates the specified elliptic arc. It is used by cv::ellipse.
Public methodStatic memberEllipse2Poly(Point2d, Size2d, Int32, Int32, Int32, Int32)
Approximates an elliptic arc with a polyline. The function ellipse2Poly computes the vertices of a polyline that approximates the specified elliptic arc. It is used by cv::ellipse.
Top
See Also