Digest for scikit-image at googlegroups.com - 2 updates in 2 topics

Jérôme Kieffer google at terre-adelie.org
Thu Mar 26 02:28:12 EDT 2015


On Wed, 25 Mar 2015 22:40:13 +0900
Raphael Okoye <raphael at aims.ac.za> wrote:

> hi guys,
> 
>  Can one implement SIFT and SURF functionalities available in openCV
> in Sckit-image?Thanks

Hi I worked a bit on it ...
Here are Python wrapper to C++ libraries (included)
https://github.com/kif/imageAlignment

This is the Sift version on GPU (OpenCL, so it also runs multithreaded on CPU):
https://github.com/kif/sift_pyocl

The patent issue mentioned by Stefan applies even if the code is GPL or MIT...

HTH
-- 
Jérôme Kieffer <google at terre-adelie.org>



More information about the scikit-image mailing list