]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/blobdiff - README.md
Allow specifying visual debug mode from command line
[hercules2020/kcf.git] / README.md
index c0ad15c156111cda57bb79bd69f0d360ba98109f..26603100d409b06fc4328bee987fa8228db2cea2 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,6 +176,7 @@ 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