comparison include/Parameters.hpp @ 1020:9fb82fe0156f

added quiet tracking mode
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Tue, 05 Jun 2018 14:33:31 -0400
parents 6c5ce3ec497e
children
comparison
equal deleted inserted replaced
1019:5d2f6afae35b 1020:9fb82fe0156f
15 15
16 struct KLTFeatureTrackingParameters { 16 struct KLTFeatureTrackingParameters {
17 bool trackFeatures; 17 bool trackFeatures;
18 bool groupFeatures; 18 bool groupFeatures;
19 bool loadingTime; 19 bool loadingTime;
20 bool quiet;
20 21
21 std::string parentDirname; 22 std::string parentDirname;
22 std::string videoFilename; 23 std::string videoFilename;
23 std::string databaseFilename; 24 std::string databaseFilename;
24 std::string homographyFilename; 25 std::string homographyFilename;