SURF feature does not exist in platform specific jar files of JavaCV, eg: opencv-linux-x86_64.jar!
This project is Compiled JUST for LINUX X86_64. if you are NOT using a LINUX X86_64 system, you must:
- compile Latest OpenCV from source, and replace the nonfree lib with the one in libs/cv/surflibs/
- how to compile opencv: http://docs.opencv.org/doc/tutorials/introduction/linux_install/linux_install.html
- after running 'sudo make install', nonfree lib will be copied to '/usr/libs/'.
- copy it to surflibs folder.
- if you are using other version than v2.4.9, you should change the text in main() : "libopencv_nonfree.so.2.4.9"
- you also need your platform's jar file, eg: opencv-linux-x86.jar. add it to project's libraries.
Enjoy using SURF feature in JAVA
Thanks to Samuel Audet
Behzad Nikbin
Downloads:
0 This Week