Application made using OpenCV and ARToolkit to perform Natural Feature Tracking(NFT) for AR-Application. The base code is taken from AR-Toolkit simpleNFT example.
Use the ARToolkit defult pinball.jpg as the marker.
Clone the repo
Open cmd in '{PATH TO REPO}/opencv_ar' folder.
Replace the paths for OpenCV and ARToolkit libs in the CMakeLists.txt
Execute 'cmake'
Execute 'make -j4'
NJ Anirudh - Initial work
This project is licensed under the MIT License - see the LICENSE.md file for details