I am not able to get a working custom build for implementation of some OpenCV sample motion tracking examples which requires the module "tracking" part of **opencv_contrib**. I tried to custom build on on VC12.0 x64 on windows. But it does not generate headers like **tracking.hpp** and **tracker.hpp** specific to tracking inside its own folder (C:\OpenCV\build\install\include\opencv2\tracking) like in the case of all other extra modules.
I followed the building procedure as [here][1]
My ultimate aim is to run the sample: tutorial_introduction_to_tracker.cpp found [here][2].
Any assistance would be appreciated.
[1]: https://putuyuwono.wordpress.com/2015/04/23/building-and-installing-opencv-3-0-on-windows-7-64-bit/
[2]: http://docs.opencv.org/3.1.0/d2/d0a/tutorial_introduction_to_tracker.html
↧