ArUco is a minimal library for Augmented Reality applications based exclusively on OpenCV. Relies on b/w markers with codes that are detected by calling a single function. Trivial integration of your augmented reality applications with OpenGL and OGRE.
See documentation at https://drive.google.com/file/d/1OiavRVYVJ-WH88sQg1LUsh8CuJZUQyrX/view?usp=sharing
....
- 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