diff include/Parameters.hpp @ 506:13d4eb96a751

added needed parameters
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 28 Apr 2014 18:18:14 -0400
parents 17c5f378c283
children 081a9da6f85b
line wrap: on
line diff
--- a/include/Parameters.hpp	Mon Apr 28 17:32:33 2014 -0400
+++ b/include/Parameters.hpp	Mon Apr 28 18:18:14 2014 -0400
@@ -4,6 +4,7 @@
 /// \todo Class for parameters, with utilities to save and load from configuration files
 
 #include <string>
+#include <vector>
 
 namespace boost{
   namespace program_options {
@@ -19,6 +20,9 @@
   std::string videoFilename;
   std::string databaseFilename;
   std::string homographyFilename;
+  std::string intrinsicCameraFilename;
+  std::vector<float> distortionCoefficients;
+  float undistortedImageMultiplication;
   std::string maskFilename;
   bool loadFeatures;
   bool display;