Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

tracker errors in opencv3

I want to use TLD tracker. So, I installed OpenCV contrib (master), same as here.

I installed OpenCV 3.x on VS2015. Installation process finished completely and, for tracking, it created just tracking.hpp and tracking_c.hpp in ...\include\opencv2\video location.

Also, in lib folder, I just have opencv_ts310d.lib and opencv_world310d.lib.

Now I want to run this tracker algorithm but this line make error:

Ptr < Tracker > tracker = Tracker::create(tracker_algorithm);

In other words, the compiler can't find tracker.