zk00006 / OpenTLD

OpenTLD is an open source library for real-time 2D tracking of a single object in video. This repository is no longer under development. For latest version see: http://www.tldvision.com/tld2.html
GNU General Public License v3.0
2.09k stars 1.27k forks source link

debian/ubuntu installation of opentld #37

Open schloegl opened 11 years ago

schloegl commented 11 years ago

In order to install OpenTLD on debian and ubuntu, I had to apply some minor fixed to the repository. Perhaps you want to merge them into your tree. The mexfile files compiled also fine for octave doing just find ./mex -name *.cpp -exec mkoctfile -mex {} \;

Alois

P.S.: as prerequisite, I did sudo apt-get install libcv-dev as stated in the install instructions.