First time here? Check out the FAQ!

Ask Your Question
0

tld_tracker in OpenCV 3.

asked Mar 17 '15

chen gravatar image

Dear all,

I want to test tld_tracker. However, in OpenCV3.0, include\opencv2\video, there is only tracking.hpp, tracking_c.h, background_segm.hpp, and video.hpp. tld_tracker is not included.

Has anyone used opencv_3_0's tld_tracker? Could you tell me how to test this method?

Thank you so much!

Best Regards

Stev

Preview: (hide)

Comments

1

you will have to add the opencv_contrib repo and rebuild, then there is a sample in the tracking module.

come back, if you run into any problems ;)

berak gravatar imageberak (Mar 17 '15)edit

It is too hard for me to rebuild.I decide to use cmake-gui to rebuild.But I can't understand what the README.md mean.And what should I do to run the program after rebuilding?Could you give me some advice?

Sheng Liu gravatar imageSheng Liu (Mar 18 '15)edit
2

I just did it with cmake few days ago. Just select which module you are going to build (switch them to ON) and you have to specify the OPEN_CV_EXTRA_MODULE_PATH= YOUR_PATH/opencv_contrib/modules . I have to run it many times because there seems to be some broken modules (you should turn them to OFF in cmake_gui) then make -j$(nproc) and finally make install to copy header files etc .. I hope this helps you

opencvTn gravatar imageopencvTn (Apr 1 '15)edit

1 answer

Sort by » oldest newest most voted
1

answered Apr 3 '15

Sheng Liu gravatar image

updated Apr 3 '15

Thanks for your help!

Preview: (hide)

Question Tools

1 follower

Stats

Asked: Mar 17 '15

Seen: 448 times

Last updated: Mar 17 '15