Mercurial > hg > nsaunier > traffic-intelligence
comparison include/Parameters.hpp @ 1014:026f6b3b122c
Moving pull request2
| author | Wendlasida |
|---|---|
| date | Fri, 01 Jun 2018 17:32:52 -0400 |
| parents | 6c5ce3ec497e |
| children | 9fb82fe0156f |
comparison
equal
deleted
inserted
replaced
| 1013:d6f121ded971 | 1014:026f6b3b122c |
|---|---|
| 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; |
