Mercurial > hg > nsaunier > traffic-intelligence
comparison include/Parameters.hpp @ 136:0f790de9437e
renamed Feature to Motion files and added code to test blob db
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Thu, 18 Aug 2011 22:25:21 -0400 |
| parents | 32d2722d4028 |
| children | 445e773c9be3 |
comparison
equal
deleted
inserted
replaced
| 135:32d2722d4028 | 136:0f790de9437e |
|---|---|
| 21 float minFeatureDistanceKLT; | 21 float minFeatureDistanceKLT; |
| 22 int windowSize; | 22 int windowSize; |
| 23 bool useHarrisDetector; | 23 bool useHarrisDetector; |
| 24 float k; | 24 float k; |
| 25 int pyramidLevel; | 25 int pyramidLevel; |
| 26 int nDisplacements; | 26 unsigned int nDisplacements; |
| 27 float minFeatureDisplacement; | 27 float minFeatureDisplacement; |
| 28 float accelerationBound; | 28 float accelerationBound; |
| 29 float deviationBound; | 29 float deviationBound; |
| 30 int nFramesSmoothing; | 30 int nFramesSmoothing; |
| 31 int nFramesVelocity; | 31 int nFramesVelocity; |
