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

Akaze Flip Invariance #41

Open
rsumman2018 opened this issue Jan 21, 2022 · 1 comment
Open

Akaze Flip Invariance #41

rsumman2018 opened this issue Jan 21, 2022 · 1 comment

Comments

@rsumman2018
Copy link

Is it possible to make Akaze flip invariant when using the MLDB/MLDB-Upright descriptor? If so, what is the best approach to implement this?

@nlw0
Copy link

nlw0 commented Aug 7, 2023

This doesn't sound simple. MLDB tries to attain rotation invariance by estimating an angle and rotating the image. The same approach for flip invariance would imply trying to estimate a canonical direction. A better approach might be to compute the descriptor for the original image patch and a flipped one, and pick the most similar when matching.

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

2 participants