forked from zk00006/OpenTLD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
29 lines (22 loc) · 1.04 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
TLD source code
===============
- This is the official source code to the TLD tracker released under the GPL version 3.0.
- For commercial licenses contact the main author: [email protected].
- 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
============
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
(c) 2011 Zdenek Kalal, [email protected]