comparison include/Parameters.hpp @ 134:a617d0808bbc

added test on feature length and display control
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 17 Aug 2011 23:21:26 -0400
parents d19d6e63dd77
children 32d2722d4028
comparison
equal deleted inserted replaced
133:63dd4355b6d1 134:a617d0808bbc
10 bool loadFeatures; 10 bool loadFeatures;
11 11
12 std::string videoFilename; 12 std::string videoFilename;
13 int videoFPS; 13 int videoFPS;
14 int measurementPrecision; 14 int measurementPrecision;
15 bool display;
15 int frame1; 16 int frame1;
16 int nFrames; 17 int nFrames;
17 // feature tracking 18 // feature tracking
18 int maxNFeatures; 19 int maxNFeatures;
19 float featureQuality; 20 float featureQuality;