1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

Merge pull request #28531 from JakeFloch:4.x

Fix ellipse axes documentation to use semi-major/semi-minor
This commit is contained in:
Alexander Smorkalov
2026-02-25 12:43:39 +03:00
committed by GitHub
@@ -52,7 +52,7 @@ cv.circle(img,(447,63), 63, (0,0,255), -1)
### Drawing Ellipse
To draw the ellipse, we need to pass several arguments. One argument is the center location (x,y).
Next argument is axes lengths (major axis length, minor axis length). angle is the angle of rotation
Next argument is axes lengths (semi-major axis length, semi-minor axis length). angle is the angle of rotation
of ellipse in anti-clockwise direction. startAngle and endAngle denotes the starting and ending of
ellipse arc measured in clockwise direction from major axis. i.e. giving values 0 and 360 gives the
full ellipse. For more details, check the documentation of **cv.ellipse()**. Below example draws a