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: sort keypoints by size before grid filtering #635

Merged
merged 1 commit into from
May 14, 2019

Conversation

yann-lty
Copy link
Member

Description

Sort keypoints by size to guarantee best points are kept. Reordering keypoints also helps preventing grid-filtering from creating a non-uniform distribution within cells when input keypoints are sorted by spatial coordinates.
Before
current
After
fixed

Features list

  • Improve AKAZE grid filtering

Sort keypoints by size to guarantee best points are kept. Reordering keypoints also helps preventing grid-filtering from creating a non-uniform distribution within cells when input keypoints are sorted by spatial coordinates.
@fabiencastan fabiencastan added this to the 2019.2 milestone May 14, 2019
@fabiencastan fabiencastan merged commit 5c6e2c4 into develop May 14, 2019
@fabiencastan fabiencastan deleted the fix_akazeGridFiltering branch May 14, 2019 21:51
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

Successfully merging this pull request may close these issues.

2 participants