#Image Tracking
- OpenCV (for tracking)
- OpenGL (for visualization)
- GLFW (to put scene into screen)
- Glad (to use OpenGL functions)
Note: You can need to install another glad library according to your mechine
- You can use
brewto install dependent libraries - OpenGL is in built-in library
- Glad is in the folder already
brew install glfw
brew install opencv3
sudo apt-get update
sudo apt-get install libglfw3
sudo apt-get install libglfw3-dev
You can find opencv installation
>./<Program-name> <tracking-type>
>./Visualization MIL
>./Visualization KFC
>./Visualization BOOSTING