]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/commitdiff
grayscale features turned off by default
authorTomas Vojir <vojirtom@cmp.felk.cvut.cz>
Sun, 4 Sep 2016 12:21:39 +0000 (14:21 +0200)
committerTomas Vojir <vojirtom@cmp.felk.cvut.cz>
Sun, 4 Sep 2016 12:21:39 +0000 (14:21 +0200)
src/kcf.h

index d7f8cf4c0ea3716aebdb8cb58930d243e5efb164..6466dad1df9eb41dcabf706a7a18a3c19ff7a152 100644 (file)
--- a/src/kcf.h
+++ b/src/kcf.h
@@ -31,7 +31,7 @@ class KCF_Tracker
 public:
     bool m_use_scale {true};
     bool m_use_color {true};
-    bool m_use_grayscale {true};
+    bool m_use_grayscale {false};
     bool m_use_subpixel_localization {true};
     bool m_use_subgrid_scale {true};
     bool m_use_multithreading {true};