diff include/Parameters.hpp @ 399:c389fae9689a

Added a class to read list of image instead of video. This is controlled by the use of the database-filename and folder-data parameters in the config file.
author Jean-Philippe Jodoin <jpjodoin@gmail.com>
date Mon, 29 Jul 2013 17:12:45 -0400
parents 8672c101bfec
children ca5784652d57
line wrap: on
line diff
--- a/include/Parameters.hpp	Mon Jul 29 13:46:07 2013 -0400
+++ b/include/Parameters.hpp	Mon Jul 29 17:12:45 2013 -0400
@@ -17,6 +17,11 @@
   bool groupFeatures;
 
   std::string videoFilename;
+
+  std::string listFilename;
+  std::string folderData;
+
+
   std::string databaseFilename;
   std::string homographyFilename;
   std::string maskFilename;