diff include/Parameters.hpp @ 1020:9fb82fe0156f

added quiet tracking mode
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Tue, 05 Jun 2018 14:33:31 -0400
parents 6c5ce3ec497e
children
line wrap: on
line diff
--- a/include/Parameters.hpp	Mon Jun 04 23:35:50 2018 -0400
+++ b/include/Parameters.hpp	Tue Jun 05 14:33:31 2018 -0400
@@ -17,6 +17,7 @@
   bool trackFeatures;
   bool groupFeatures;
   bool loadingTime;
+  bool quiet;
 
   std::string parentDirname;
   std::string videoFilename;