comparison include/Parameters.hpp @ 164:76610dcf3b8d

added test code to read trajectories
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 28 Sep 2011 13:27:20 -0400
parents 445e773c9be3
children 0e60a306d324
comparison
equal deleted inserted replaced
163:cde87a07eb58 164:76610dcf3b8d
11 class variables_map; 11 class variables_map;
12 } 12 }
13 } 13 }
14 14
15 struct KLTFeatureTrackingParameters { 15 struct KLTFeatureTrackingParameters {
16 bool trackFeatures;
17 bool groupFeatures;
18
16 std::string videoFilename; 19 std::string videoFilename;
17 std::string databaseFilename; 20 std::string databaseFilename;
18 std::string homographyFilename; 21 std::string homographyFilename;
19 std::string maskFilename; 22 std::string maskFilename;
20 bool loadFeatures; 23 bool loadFeatures;