opencv/modules/calib3d
inkredibl 2225b257cf
Merge pull request #25488 from inkredibl:doc-fix-findEssentialMat
Fix documentation for findEssentialMat to reflect how it actually works. #25488

Documentation for findEssentialMat() incorrectly states that the method uses the same cameraMatrix for both lists of points even though there are two cameraMatrix and distCoeffs.

Checked the code and it does the right thing i.e. uses cameraMatrix1, distCoeffs1 for points1 and cameraMatrix2, distCoeffs2 for points2.

Updated the documentation for the method to clarify what it does. The code itself is not changed.
2024-04-25 11:05:16 +03:00
..
doc Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2021-12-24 16:48:07 +00:00
include/opencv2 Merge pull request #25488 from inkredibl:doc-fix-findEssentialMat 2024-04-25 11:05:16 +03:00
misc Merge pull request #25028 from asmorkalov:as/fisheye_solvepnp 2024-02-16 17:54:40 +03:00
perf Merge pull request #23109 from seanm:misc-warnings 2023-10-06 13:33:21 +03:00
src Merge pull request #25423 from LuukvandenBent:CalibrateHandEyeDatatypeFix 2024-04-22 11:12:29 +03:00
test calib3d: increased AP3P test threshold for RISC-V platform 2024-04-09 23:53:50 +03:00
CMakeLists.txt Revert "suppress warning on GCC 7 and later" 2022-08-07 15:43:10 +03:00