image-rs / imageproc

Image processing operations
MIT License
757 stars 149 forks source link

KAZE #340

Open windelbouwman opened 5 years ago

windelbouwman commented 5 years ago

I would like to try and add some algorithm to this library. Would KAZE be a good idea? Is there a list of missing algorithms?

See also this KAZE description: http://robesafe.com/personal/pablo.alcantarilla/papers/Alcantarilla12eccv.pdf

Another question, would SIFT and SURF belong in this library eventually?

HeroicKatora commented 5 years ago

SIFT and SURF would be okay but both (I think, I'm sure on SURF) are in somewhat peculiar circumstances due to patent law. For that reason, KAZE would be extremely interesting to me as it explicitely avoids that issue while claiming better results.

windelbouwman commented 5 years ago

Allright, I will give it a shot!