GammaCV icon indicating copy to clipboard operation
GammaCV copied to clipboard

Feature Description Algorithms

Open adamdotdevin opened this issue 6 years ago • 3 comments

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!

adamdotdevin avatar Nov 23 '19 11:11 adamdotdevin

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.

rmhrisk avatar Nov 24 '19 18:11 rmhrisk

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

apilguk avatar Mar 10 '20 17:03 apilguk

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

rmhrisk avatar Mar 10 '20 17:03 rmhrisk