Mercurial > hg > nsaunier > traffic-intelligence
comparison include/Parameters.hpp @ 278:f21ef87f98f1
resolved issue 2 and problem with negative nframes parameter
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Fri, 14 Dec 2012 01:01:55 -0500 |
| parents | 23da16442433 |
| children | c64a4f889b97 |
comparison
equal
deleted
inserted
replaced
| 277:21f14fadd098 | 278:f21ef87f98f1 |
|---|---|
| 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 unsigned int frame1; | 27 unsigned int frame1; |
| 28 unsigned int nFrames; | 28 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; |
