mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Added extra information for fitEllipse, minAreaRect and addapted ellipse & ellipse2Poly parameter description.
This commit is contained in:
@@ -106,7 +106,7 @@ Draws a simple or thick elliptic arc or fills an ellipse sector.
|
||||
|
||||
:param center: Center of the ellipse.
|
||||
|
||||
:param axes: Length of the ellipse axes.
|
||||
:param axes: Half of the size of the ellipse main axes.
|
||||
|
||||
:param angle: Ellipse rotation angle in degrees.
|
||||
|
||||
@@ -144,7 +144,7 @@ Approximates an elliptic arc with a polyline.
|
||||
|
||||
:param center: Center of the arc.
|
||||
|
||||
:param axes: Half-sizes of the arc. See the :ocv:func:`ellipse` for details.
|
||||
:param axes: Half of the size of the ellipse main axes. See the :ocv:func:`ellipse` for details.
|
||||
|
||||
:param angle: Rotation angle of the ellipse in degrees. See the :ocv:func:`ellipse` for details.
|
||||
|
||||
@@ -160,7 +160,6 @@ The function ``ellipse2Poly`` computes the vertices of a polyline that approxima
|
||||
:ocv:func:`ellipse` .
|
||||
|
||||
|
||||
|
||||
fillConvexPoly
|
||||
------------------
|
||||
Fills a convex polygon.
|
||||
|
||||
Reference in New Issue
Block a user