Ask Your Question

Jaber's profile - activity

2016-06-28 21:06:41 -0600 received badge  Editor (source)
2016-06-28 20:52:12 -0600 asked a question compiling problem with tutorial example.

I installed OpenCV 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/t...

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, Jaber