Application for testing and using different trackers.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Before installing this software you need:
-
CMake - Tool for building the project v3.11
-
OpenCV - OpenCV library v3.1
Links:
-
Boost - Boost library >v1.53.0
-
Dlib - Dlib C++ library v19.2
For smoother installing and usage I recommend you to use Anaconda environment. When you install it you can use conda_config.sh to configure new tracker
environment
- Download or clone this project
- Change
installDir
inbuild.sh
- Run 'build.sh'
Run cv_tracker
or custom_tracker
Tested only on CentOS Linux 7.3
For contributing contact authors.
For the versions available, see the tags on this repository.
- Janez Perš - Basic idea behind this project and team leader - jpers1
- Gregor Koporec - Developed and tested main part of software - 8greg8
This project is licensed under the GNU GPL License - see the LICENSE file for details.
Forked projects ccv and OpenTLD are used. Credits go to authors of original projects. Modified code is documented in commits of forks. Source code was not changed. Changes were made in files for compiling the projects to better integrate them to our compiling process.