0

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.

  • How did you link your program? – Berriel Aug 01 '16 at 21:10
  • @Berriel , what is your mean exactly? i just copy software of above link and debug it same as other projects. i don't have any problem with usual softwares and i can run it, but in this software, tracker module don't work and i think it isn't installed yet. – Alireza Kenarang Aug 04 '16 at 07:34

0 Answers0