Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

compiling problem with tutorial example.

I installed OpenCV 3.1.0, and then made a simple project with Visual studio 2015 to run the example of the Tracker, given in openCV website: http://docs.opencv.org/3.1.0/d2/d0a/tutorial_introduction_to_tracker.html#gsc.tab=0

The compiler complained, because obviously the second line of the code: #include "opencv2/tracking.hpp" is wrong ! In fact, the file tracking.hpp is located at: "opencv2/video/tracking.hpp"

So I surely misunderstood something...Can someone please tell me what I am missing to make the example compile ? Thank you,

compiling problem with tutorial example.

I installed OpenCV 3.1.0, 3.1.0 on windows 10, and then made a simple project with Visual studio 2015 to run the example of the Tracker, given in openCV website: http://docs.opencv.org/3.1.0/d2/d0a/tutorial_introduction_to_tracker.html#gsc.tab=0

The compiler complained, because obviously the second line of the code: #include "opencv2/tracking.hpp" is wrong ! In fact, the file tracking.hpp is located at: "opencv2/video/tracking.hpp"

So I surely misunderstood something...Can someone please tell me what I am missing to make the example compile ? Thank you,you, Jaber