X-Git-Url: http://rtime.felk.cvut.cz/gitweb/hercules2020/kcf.git/blobdiff_plain/bfc55c27605f407ff7014ee1d995e3a541a55770..a256efa16eea5cb50e28efaefae29182657e8541:/README.md diff --git a/README.md b/README.md index c0ad15c..ca40862 100644 --- a/README.md +++ b/README.md @@ -17,17 +17,17 @@ development happens at [GitHub][iig]. **Table of Contents** - - [Prerequisites](#prerequisites) - - [Compilation](#compilation) - - [Compile all supported versions](#compile-all-supported-versions) - - [Using cmake gui](#using-cmake-gui) - - [Command line](#command-line) - - [Running](#running) - - [Options](#options) - - [Automated testing](#automated-testing) - - [Authors](#authors) - - [References](#references) - - [License](#license) +- [Prerequisites](#prerequisites) +- [Compilation](#compilation) + - [Compile all supported versions](#compile-all-supported-versions) + - [Using cmake gui](#using-cmake-gui) + - [Command line](#command-line) +- [Running](#running) + - [Options](#options) +- [Automated testing](#automated-testing) +- [Authors](#authors) +- [References](#references) +- [License](#license) @@ -176,13 +176,14 @@ top_left_y, width, height". | --visualize, -v[delay_ms] | Visualize the output, optionally with specified delay. If the delay is 0 the program will wait for a key press. | | --output, -o | Specify name of output file. | | --debug, -d | Generate debug output. | +| --visual_debug, -p[p|r] | Show graphical window with debugging information (either **p**atch or filter **r**esponse). | ## Automated testing The tracker comes with a test suite based on [vot2016 datatset][11]. You can run the test suite as follows: - make vot2016 # This download the datased (about 1GB of data) + make vot2016 # This downloads the dataset (about 1GB of data) make test The above command run all tests in parallel and displays the results