diff include/Parameters.hpp @ 509:935430b1d408

corrected mask bug in feature tracking, updated display-trajectories to display on undistorted image
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Fri, 23 May 2014 16:27:26 -0400
parents 081a9da6f85b
children 045d05cef9d0
line wrap: on
line diff
--- a/include/Parameters.hpp	Fri May 23 10:35:51 2014 -0400
+++ b/include/Parameters.hpp	Fri May 23 16:27:26 2014 -0400
@@ -23,6 +23,7 @@
   std::string intrinsicCameraFilename;
   std::vector<float> distortionCoefficients;
   float undistortedImageMultiplication;
+  int interpolationMethod;
   std::string maskFilename;
   bool undistort;
   bool loadFeatures;