Skip to content

jingle/OpenTLD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TLD source code
===============

################################################################################
# ATTENTION:
# This branch of the source code is a development version including Octave
# (http://www.gnu.org/software/octave/) compatibility measures, and is not 
# an official version!
# Tracking is only non-functional in Octave for now, but the code executes.
################################################################################

- This is the official source code to the TLD tracker released under the GPL version 3.0. 
- For commercial licenses contact the main author: zdenek.kalal@gmail.com.
- Join supporting discussion group at http://groups.google.com/group/opentld.
- Cite the following paper if you use the code for academic purposes.
 
  @article{Kalal2010,
   author = {Kalal, Z and Matas, J and Mikolajczyk, K},
   journal = {Conference on Computer Vision and Pattern Recognition},
   title = {{P-N Learning: Bootstrapping Binary Classifiers by Structural Constraints}},
   year = {2010}
  } 

             
Installation 
============

1. Windows
	Tested on: Matlab R2010a, VS2010, Windows 7 (32-bit, 64-bit), OpenCV2.2
	1.1 Install OpenCV
	    a) make sure to compile opencv 
	    b) make sure that system variable PATH includes the directory to the OpenCV DLLs 
	1.2 Check paths in 'compile.m' file
	1.3 run 'compile.m', if you get errors go to OpenTLD discussion group
	1.4 run 'run_TLD.m', TLD should track a motorbike
 
2. Mac
   ...

3. Linux
	1.1 Install OpenCV
		sudo apt-get install libcv-dev (this will most probably be 2.1)
	1.2a Install Matlab (>= R2009b). Possibly you will need some extension toolboxes
            include:
                Image Acquisition Toolbox
                Image Processing Toolbox
                Signal Processing Blockset
                Signal Processing Toolbox
                Statistics Toolbox
                Video and Image Processing Blockset
	1.2b There are efforts underway to make TLD work with Octave, an open source alternative to Matlab
		You will need to install octave >=3.4.
		Also, install octave extension packages miscellaneous, image, statistics from http://octave.sourceforge.net/packages.php
    1.3 Check paths in 'compile.m' file
    1.4 run 'compile.m', (either in matlab or octave). If you get errors go to OpenTLD discussion group
    1.5 run 'run_TLD.m', TLD should track a motorbike


(c) 2011 Zdenek Kalal, zdenek.kalal@gmail.com

About

Official source code for TLD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 70.1%
  • C++ 29.5%
  • C 0.4%