Skip to content

Epipolar geometry check for feature tracking? #91

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

Open
steevo87 opened this issue Sep 19, 2014 · 0 comments
Open

Epipolar geometry check for feature tracking? #91

steevo87 opened this issue Sep 19, 2014 · 0 comments
Assignees
Labels

Comments

@steevo87
Copy link
Owner

Previously, for filterVectors() you would set the epipolarCheck variable as true. However, this was recognized to remove good features when the epipolar test was invalid, e.g. when the features were all clustered, or there were very few of them, and the RANSAC-based method was ineffective in determining a good epipolar estimate. Do you think it is worthwhile making setting a minimum number of features and/or minimum feature spread for the epipolar check? And also, is it necessary to add it as an optional configurable variable?

There is still a mystery though.. regarding the test in the Downloads\minh_bug directory. With the epipolar check on, you get a different preserved set of points using Release than Debug. In either build, it's the same set each time! It seems to match Minh's, as well, so not computer dependent. Maybe it is something to do with the random selection of points for RANSAC differing between Release and Debug.

@steevo87 steevo87 self-assigned this Sep 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant