TysonTangsong / OpenTLD_KCF

OpenTLD with KCF tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

Keyboard shortcuts

  • q quit

Command line options

Synopsis

the first argument is capture method and the second is video/image path opentld [capture method] [video/image path] ./opentld -VID ./jumping.mpg

capture method

-IMG: capture from images   if you test on image , please save the image name to image.txt in the image directory
-CAM: capture from connected camera
-VID: capture from a video 

Building

Dependencies

  • OpenCV
  • CMake

Compiling

CMake

OpenTLD uses CMake to create native build environments such as make, Eclipse, Microsoft Visual Studio. If you need help look at Running CMake.

You can use cmake-gui, if you need a graphical user interface.

Use CMake to build the project. You can use "cmake-gui", if you need a graphical user interface.

About

OpenTLD with KCF tracker

License:GNU General Public License v3.0


Languages

Language:C++ 96.3%Language:CMake 3.7%