Typo in calib3d module doc (Bugfix #4482)
Description
The documentation for findEssentialMat
distinguishes method@s @RANSAC
and MEDS
while the latter should read LMEDS
. This will lead to compile errors and brief head scratching unless the compiler suggests that one use LMEDS
as mine does.
I submitted a pull req #4181 correcting the typo.
History
Updated by Rasmus Diederichsen over 9 years ago
When I put the pull req id #4181 in the Pull Request field, it tells me the value is invalid. I tried dropping the #, which did not help.
https://github.com/Itseez/opencv/pull/4181
Updated by Maksim Shabunin over 9 years ago
- Pull request set to https://github.com/Itseez/opencv/pull/4181