diff include/Parameters.hpp @ 418:ca5784652d57

updated use of calcOpticalFlowPyrLK for new signature, added minEigThreshold parameter in configuration file
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Thu, 03 Oct 2013 17:43:15 -0400
parents c389fae9689a
children 17c5f378c283
line wrap: on
line diff
--- a/include/Parameters.hpp	Thu Sep 26 17:07:44 2013 -0400
+++ b/include/Parameters.hpp	Thu Oct 03 17:43:15 2013 -0400
@@ -47,6 +47,7 @@
   //int nFramesVelocity;
   int maxNumberTrackingIterations;
   float minTrackingError;
+  float minFeatureEigThreshold;
   unsigned int minFeatureTime;
   float mmConnectionDistance;
   float mmSegmentationDistance;