How to install OpenTLD with OpenCV3 [closed]

asked 2016-01-22 08:52:56 -0600

nistar gravatar image

I use ubuntu 14.04, opencv3.0.0, and QT5.
I try the TLD tracker of Opencv3.0
(https://github.com/Itseez/opencv_cont...)
But it run very slowly.

Can install OpenTLD with OpenCV3 in Ubuntu? How to do it?
And are there some examples of C++?

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by sturkmen
close date 2020-12-08 18:22:26.879724

Comments

May be it is already done opencv_contrib

LBerger gravatar imageLBerger ( 2016-01-22 12:12:06 -0600 )edit

But it function very slow

nistar gravatar imagenistar ( 2016-01-22 12:18:43 -0600 )edit

Sorry I have made a mistake reading your message. Now I have download OpenTLD and it seems that's not compatible with opencv 3.0. May be some problem with cmake too (using vs2013 and windows 10) with cvblobs

Add in CMakeList.txt of cvBlobs include_directories( ${OpenCV_INCLUDE_DIRS})

replace old include ..... by

#include <opencv2/opencv.hpp> 
#include <opencv2/core/core.hpp>

and I am able to compile sorce file; I haven't run TLD (not enough time for moment)

LBerger gravatar imageLBerger ( 2016-01-22 12:57:13 -0600 )edit

Help me, thanks a lot

nistar gravatar imagenistar ( 2016-01-25 08:12:33 -0600 )edit

Have you try to download opentld and modify CMakeList.txt of cvBlobs ?

LBerger gravatar imageLBerger ( 2016-01-25 10:07:19 -0600 )edit

I dont know which version I need to install ?
I download this ,but it don´t install.
I download this, but when I install PPA, don´t download from the server.
I don't know how to continue

nistar gravatar imagenistar ( 2016-01-25 10:46:46 -0600 )edit

don't installed. Clone from git

git clone https://github.com/gnebehay/OpenTLD.git

after you can use CMake to build openTLD

LBerger gravatar imageLBerger ( 2016-01-25 11:15:01 -0600 )edit

I make it, but is only a application.
How to use it with OpenCV?

nistar gravatar imagenistar ( 2016-01-26 05:14:11 -0600 )edit

Application source code use opencv source code. You can modify theses source code or insert your code in

LBerger gravatar imageLBerger ( 2016-01-26 07:57:59 -0600 )edit