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

Merge pull request #26729 from MaximSmolskiy:change-article-for-fitEllipseDirect-function

Change article for fitEllipseDirect function
This commit is contained in:
Alexander Smorkalov
2025-01-08 12:14:45 +03:00
committed by GitHub
3 changed files with 7 additions and 16 deletions
+1 -1
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.
*