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

improved speed of fast corner detect #7378

Closed
wants to merge 1 commit into from
Closed

Conversation

spdfghi
Copy link
Contributor

@spdfghi spdfghi commented Apr 9, 2024

Description

The correct implementation of Fast corner detection involves moving the fast check when n_fast >= 12 to the beginning of calculating the pixel values around the entire circle, which can significantly reduce the time spent on non-corner detection.

@spdfghi spdfghi changed the title imporved speed of fast corner detect improved speed of fast corner detect Apr 9, 2024
@spdfghi spdfghi closed this Apr 9, 2024
@lagru
Copy link
Member

lagru commented Apr 9, 2024

Duplicate of #7379.

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.

None yet

2 participants