cv.ellipse2Poly - MATLAB File Help |
Approximates an elliptic arc with a polyline
pts = cv.ellipse2Poly(center, axes)
[...] = cv.ellipse2Poly(..., 'OptionName', optionValue, ...)
[x,y]
.[a,b]
. See cv.ellipse
for details.[x y; ...]
.The function cv.ellipse2Poly computes the vertices of a polyline that
approximates the specified elliptic arc. It is used by cv.ellipse. If
StartAngle
is greater than EndAngle
, they are swapped.