diff include/Parameters.hpp @ 654:045d05cef9d0

updating to c++11 capabilities
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Thu, 07 May 2015 16:09:47 +0200
parents 935430b1d408
children f7cf43b5ad3b 6c5ce3ec497e
line wrap: on
line diff
--- a/include/Parameters.hpp	Thu May 07 13:25:31 2015 +0200
+++ b/include/Parameters.hpp	Thu May 07 16:09:47 2015 +0200
@@ -16,6 +16,7 @@
 struct KLTFeatureTrackingParameters {
   bool trackFeatures;
   bool groupFeatures;
+  bool loadingTime;
 
   std::string videoFilename;
   std::string databaseFilename;