0
0
mirror of https://github.com/opencv/opencv.git synced 2026-01-18 17:21:42 +01:00

Change article for fitEllipseDirect function

This commit is contained in:
MaximSmolskiy
2025-01-07 22:24:48 +03:00
parent 2aee94752a
commit 0331af01ae
3 changed files with 7 additions and 16 deletions

View File

@@ -5,7 +5,7 @@
* contours and approximate it by ellipses using three methods.
* 1: OpenCV's original method fitEllipse which implements Fitzgibbon 1995 method.
* 2: The Approximate Mean Square (AMS) method fitEllipseAMS proposed by Taubin 1991
* 3: The Direct least square (Direct) method fitEllipseDirect proposed by Fitzgibbon1999.
* 3: The Direct least square (Direct) method fitEllipseDirect proposed by oy1998NumericallySD.
*
* Trackbar specify threshold parameter.
*