comparison include/Parameters.hpp @ 1002:6c5ce3ec497e

improved handling of path for feature based tracking
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Fri, 01 Jun 2018 17:19:24 -0400
parents 045d05cef9d0
children 9fb82fe0156f
comparison
equal deleted inserted replaced
1001:cc7c6b821ae6 1002:6c5ce3ec497e
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 20
21 std::string parentDirname;
21 std::string videoFilename; 22 std::string videoFilename;
22 std::string databaseFilename; 23 std::string databaseFilename;
23 std::string homographyFilename; 24 std::string homographyFilename;
24 std::string intrinsicCameraFilename; 25 std::string intrinsicCameraFilename;
25 std::vector<float> distortionCoefficients; 26 std::vector<float> distortionCoefficients;