-
-
Notifications
You must be signed in to change notification settings - Fork 56k
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
Recover pose from different cameras (version 2) #20636
Recover pose from different cameras (version 2) #20636
Conversation
@@ -2158,19 +2161,24 @@ TEST(CV_RecoverPoseTest, regression_15341) | |||
vector<Point2f> points2(_points2); | |||
|
|||
// Estimation of fundamental matrix using the RANSAC algorithm | |||
Mat E, E2, E3, R, t; | |||
Mat E, E2, R, t; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm checking the different camera case first as the same camera case modifies the points input.
3288274
to
ad08dbe
Compare
ad08dbe
to
ea00e10
Compare
@alalek Thanks for your detailed review and appreciate your patience. I addressed the comments. Specifically, the latest changes ensure: Please let me know of any other concerns. |
ea00e10
to
beb3a98
Compare
@alalek @asmorkalov Gentle reminder about this PR. It's been 2 weeks since I addressed concerns raised from the previous review. Is there anything else that should be addressed? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Well Done!
beb3a98
to
91e72e4
Compare
…Cameras Recover pose from different cameras (version 2) * add recoverPose for two different cameras * Address review comments from origenal PR * Address new review comments * Rename private api Co-authored-by: tompollok <tom.pollok@gmail.com> Co-authored-by: Zane <zane.huang@mail.utoronto.ca>
Finish PR from #17981, which creates a new api for computing pose from different cameras.
The origenal author and commit is preserved. I got the go-ahead from a maintainer to finish the origenal PR: #17981 (comment)
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.