Mercurial > hg > nsaunier > traffic-intelligence
comparison include/Parameters.hpp @ 228:23da16442433
minor modifications for unsigned int (nframes is now 0 to process all frames)
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Wed, 27 Jun 2012 18:11:34 -0400 |
| parents | 0e60a306d324 |
| children | f21ef87f98f1 |
comparison
equal
deleted
inserted
replaced
| 227:b7612c6d5702 | 228:23da16442433 |
|---|---|
| 22 std::string maskFilename; | 22 std::string maskFilename; |
| 23 bool loadFeatures; | 23 bool loadFeatures; |
| 24 bool display; | 24 bool display; |
| 25 float videoFPS; | 25 float videoFPS; |
| 26 // int measurementPrecision; | 26 // int measurementPrecision; |
| 27 int frame1; | 27 unsigned int frame1; |
| 28 int nFrames; | 28 unsigned int nFrames; |
| 29 // feature tracking | 29 // feature tracking |
| 30 int maxNFeatures; | 30 int maxNFeatures; |
| 31 float featureQuality; | 31 float featureQuality; |
| 32 float minFeatureDistanceKLT; | 32 float minFeatureDistanceKLT; |
| 33 int windowSize; | 33 int windowSize; |
