Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@inkredibl
Copy link
Contributor

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.

@asmorkalov asmorkalov added the category: documentation Documentation fix or update label Apr 24, 2024
@asmorkalov asmorkalov added this to the 4.10.0 milestone Apr 25, 2024
@asmorkalov asmorkalov self-assigned this Apr 25, 2024
@asmorkalov asmorkalov merged commit 2225b25 into opencv:4.x Apr 25, 2024
klatism pushed a commit to klatism/opencv that referenced this pull request May 17, 2024
Fix documentation for findEssentialMat to reflect how it actually works. opencv#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.
@mshabunin mshabunin mentioned this pull request Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: documentation Documentation fix or update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants