comparison 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
comparison
equal deleted inserted replaced
398:3399bd48cb40 399:c389fae9689a
15 struct KLTFeatureTrackingParameters { 15 struct KLTFeatureTrackingParameters {
16 bool trackFeatures; 16 bool trackFeatures;
17 bool groupFeatures; 17 bool groupFeatures;
18 18
19 std::string videoFilename; 19 std::string videoFilename;
20
21 std::string listFilename;
22 std::string folderData;
23
24
20 std::string databaseFilename; 25 std::string databaseFilename;
21 std::string homographyFilename; 26 std::string homographyFilename;
22 std::string maskFilename; 27 std::string maskFilename;
23 bool loadFeatures; 28 bool loadFeatures;
24 bool display; 29 bool display;