Cv2Ellipse2Poly Method |
| Name | Description | |
|---|---|---|
| Ellipse2Poly(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.
| |
| Ellipse2Poly(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.
|