Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

ASIFT with OpenCV

I want to try ASIFT (http://www.cmap.polytechnique.fr/~yu/research/ASIFT/demo.html) with OpenCV.

I found both the python and C++ version are already done by someone :

Python version: github.com/Itseez/opencv/blob/master/samples/python2/asift.py,

C++ version: http://www.mattsheckells.com/opencv-asift-c-implementation/

I want to use the C++ version, but I cannot run the code successfully. Can anyone take a look and test it? If it works, kindly let me know the setup or the link where I can download. If not, can you also tell me the problems and how to solve it? I would really appreciate that, thanks in advance!