diff include/Parameters.hpp @ 164:76610dcf3b8d

added test code to read trajectories
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 28 Sep 2011 13:27:20 -0400
parents 445e773c9be3
children 0e60a306d324
line wrap: on
line diff
--- a/include/Parameters.hpp	Tue Sep 27 01:38:05 2011 -0400
+++ b/include/Parameters.hpp	Wed Sep 28 13:27:20 2011 -0400
@@ -13,6 +13,9 @@
 }
 
 struct KLTFeatureTrackingParameters {
+  bool trackFeatures;
+  bool groupFeatures;
+
   std::string videoFilename;
   std::string databaseFilename;
   std::string homographyFilename;