-
Notifications
You must be signed in to change notification settings - Fork 77
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
[refactor] Remove ransac binaries and calls #197
base: master
Are you sure you want to change the base?
Conversation
The test added in PR #206 shows that removing RANSAC from the function |
tests/test_s2p.py
Outdated
|
||
test_matches = s2p.sift.keypoints_match('tests/data/units/sift1.txt','tests/data/units/sift2.txt') |
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.
Can you explain why you removed those checks ?
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.
This PR removes calls to ransac binaries at then of the matching function in
sift.py
. This mode was barely used and we already have the epipolar checks for that. I also remove the ransac binaries.