How to install OpenTLD with OpenCV3 [closed]
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++?
May be it is already done opencv_contrib
But it function very slow
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
and I am able to compile sorce file; I haven't run TLD (not enough time for moment)
Help me, thanks a lot
Have you try to download opentld and modify CMakeList.txt of cvBlobs ?
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
don't installed. Clone from git
after you can use CMake to build openTLD
I make it, but is only a application.
How to use it with OpenCV?
Application source code use opencv source code. You can modify theses source code or insert your code in