comparison include/Parameters.hpp @ 419:17c5f378c283

corrected superfluous parameters
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Tue, 08 Oct 2013 12:12:20 -0400
parents ca5784652d57
children 82c06ad62254 13d4eb96a751
comparison
equal deleted inserted replaced
418:ca5784652d57 419:17c5f378c283
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
25 std::string databaseFilename; 20 std::string databaseFilename;
26 std::string homographyFilename; 21 std::string homographyFilename;
27 std::string maskFilename; 22 std::string maskFilename;
28 bool loadFeatures; 23 bool loadFeatures;
29 bool display; 24 bool display;