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

Feature Description Algorithms #54

Open
adamdottv opened this issue Nov 23, 2019 · 3 comments
Open

Feature Description Algorithms #54

adamdottv opened this issue Nov 23, 2019 · 3 comments

Comments

@adamdottv
Copy link
Contributor

adamdottv commented Nov 23, 2019

I'm interested in feature description and in particular ORB. Is implementing FAST, BRIEF, and ORB something that's feasible within GammaCV, or is there any reason why this would be particularly difficult within this library?

I'm interested in diving into this, just wanting to do a sanity check first!

@adamdottv adamdottv changed the title Feature Detection Algorithms Feature Description Algorithms Nov 23, 2019
@rmhrisk
Copy link
Contributor

rmhrisk commented Nov 24, 2019

Hello Adam, we have discussed doing ORB and FAST before. Both are feasible, ORB in particular is quite complicated so it would take some time to get right with good GPU offload. We are working on a Harris corner detector implementation but it’s not quite done yet.

@apilguk
Copy link
Contributor

apilguk commented Mar 10, 2020

Hi Adam,
Here you can find Harris Corner Detector demo based on GammaCV
https://apilguk.github.io/harris-corner

@rmhrisk
Copy link
Contributor

rmhrisk commented Mar 10, 2020

@apilguk please add a work item to add this as an example to the GammaCV website/documentation.

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

3 participants