MATLAB File Help: cv.ellipse2Poly Index
cv.ellipse2Poly

Approximates an elliptic arc with a polyline

pts = cv.ellipse2Poly(center, axes)
[...] = cv.ellipse2Poly(..., 'OptionName', optionValue, ...)

Input

Output

Options

The function cv.ellipse2Poly computes the vertices of a polyline that approximates the specified elliptic arc. It is used by cv.ellipse.

See also