Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Building "Tracking" module in OpenCV extra modules with Cmake does not generate relevant headers of that module

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

My ultimate aim is to run the sample: tutorial_introduction_to_tracker.cpp found here.

Any assistance would be appreciated.