comparison include/Parameters.hpp @ 654:045d05cef9d0

updating to c++11 capabilities
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Thu, 07 May 2015 16:09:47 +0200
parents 935430b1d408
children f7cf43b5ad3b 6c5ce3ec497e
comparison
equal deleted inserted replaced
653:107f1ad02b69 654:045d05cef9d0
14 } 14 }
15 15
16 struct KLTFeatureTrackingParameters { 16 struct KLTFeatureTrackingParameters {
17 bool trackFeatures; 17 bool trackFeatures;
18 bool groupFeatures; 18 bool groupFeatures;
19 bool loadingTime;
19 20
20 std::string videoFilename; 21 std::string videoFilename;
21 std::string databaseFilename; 22 std::string databaseFilename;
22 std::string homographyFilename; 23 std::string homographyFilename;
23 std::string intrinsicCameraFilename; 24 std::string intrinsicCameraFilename;