Hi all,
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: https://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!