Skip to content
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

About 2pt ransac #145

Open
cauchyvotary opened this issue Dec 13, 2023 · 0 comments
Open

About 2pt ransac #145

cauchyvotary opened this issue Dec 13, 2023 · 0 comments

Comments

@cauchyvotary
Copy link

In the src/image_processor.cpp a twoPointRansac function is defined. In the source file, line 1019-1027 compensate the point in previous image with the rotation. The thing that really makes me confused is in line 1025~1026, I think the pt.x and pt.y should be pt.x = pt_hc[0] / pt_hc[2]; pt.y = pt_hc[1] / pt_hc[2];, it seems that this normalization cannot be absorbed in the following rescalePoints operation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant