]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/blobdiff - README.md
README: Fix typos
[hercules2020/kcf.git] / README.md
index c0ad15c156111cda57bb79bd69f0d360ba98109f..ca408625d124167fcf9d0e8830107df4c12bbe93 100644 (file)
--- a/README.md
+++ b/README.md
@@ -17,17 +17,17 @@ development happens at [GitHub][iig].
 <!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc -->
 **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)
 
 <!-- markdown-toc end -->
 
@@ -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 <output.txt>     | 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