From fcc842f08b2eda69c06d650815ef7e7412ae363a Mon Sep 17 00:00:00 2001 From: themightyoarfish Date: Fri, 10 Jul 2015 12:45:45 +0200 Subject: [PATCH] Fixed typo in doc for findEssentialMat --- modules/calib3d/include/opencv2/calib3d.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/calib3d/include/opencv2/calib3d.hpp b/modules/calib3d/include/opencv2/calib3d.hpp index 66ffe2c1d..7e4451791 100644 --- a/modules/calib3d/include/opencv2/calib3d.hpp +++ b/modules/calib3d/include/opencv2/calib3d.hpp @@ -1187,7 +1187,7 @@ are feature points from cameras with same focal length and principle point. @param pp principle point of the camera. @param method Method for computing a fundamental matrix. - **RANSAC** for the RANSAC algorithm. -- **MEDS** for the LMedS algorithm. +- **LMEDS** for the LMedS algorithm. @param threshold Parameter used for RANSAC. It is the maximum distance from a point to an epipolar line in pixels, beyond which the point is considered an outlier and is not used for computing the final fundamental matrix. It can be set to something like 1-3, depending on the accuracy of the