-
-
Notifications
You must be signed in to change notification settings - Fork 56.4k
Fix Homography computation. #25665
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Homography computation. #25665
Conversation
The bug was introduced in opencv#25308
|
There is actually another bug at HEAD: opencv/modules/calib3d/src/fundam.cpp Line 434 in d9421ac
Should I add it to this PR and rename it? |
|
@vrabaud, I recommend to add all findings to PR, thanks. Unfortunately, I also cannot find a proper test. Let's review by definition if you have no test case to catch the problem. |
|
@dkurt, thx for the extra commit, +1 |
The bug was introduced in #25308
I am sorry I do not have a proper test.
Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.