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

Combine with GFFT detector #5

Open
dahleri opened this issue Mar 25, 2023 · 1 comment
Open

Combine with GFFT detector #5

dahleri opened this issue Mar 25, 2023 · 1 comment

Comments

@dahleri
Copy link

dahleri commented Mar 25, 2023

I am curious to know if the BEBLID descriptor can be used with a GFFT-detector in opencv? :)

@iago-suarez
Copy link
Owner

Hi, thanks for your interest!

I have never tried it, but it should work. Good Features To Track uses the famous Shi-Tomasi corner detector, these corners don't have a scale by themselves but you can try to find one that fits well your application. You can do so by changing the scale parameter of the BEBLID descriptor.

Note that if you are trying to do image matching, OpenCV 4.7 contains TEBLID, a descriptor that is an evolution of BEBLID that works much better for image matching applications.

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