Mercurial > hg > nsaunier > traffic-intelligence
comparison include/Parameters.hpp @ 418:ca5784652d57
updated use of calcOpticalFlowPyrLK for new signature, added minEigThreshold parameter in configuration file
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Thu, 03 Oct 2013 17:43:15 -0400 |
| parents | c389fae9689a |
| children | 17c5f378c283 |
comparison
equal
deleted
inserted
replaced
| 417:a2ff03a52b73 | 418:ca5784652d57 |
|---|---|
| 45 float deviationBound; | 45 float deviationBound; |
| 46 int nFramesSmoothing; | 46 int nFramesSmoothing; |
| 47 //int nFramesVelocity; | 47 //int nFramesVelocity; |
| 48 int maxNumberTrackingIterations; | 48 int maxNumberTrackingIterations; |
| 49 float minTrackingError; | 49 float minTrackingError; |
| 50 float minFeatureEigThreshold; | |
| 50 unsigned int minFeatureTime; | 51 unsigned int minFeatureTime; |
| 51 float mmConnectionDistance; | 52 float mmConnectionDistance; |
| 52 float mmSegmentationDistance; | 53 float mmSegmentationDistance; |
| 53 float maxDistance; | 54 float maxDistance; |
| 54 float minVelocityCosine; | 55 float minVelocityCosine; |
