Mercurial > hg > nsaunier > traffic-intelligence
comparison tracking.cfg @ 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 | 72aa44072093 |
| children | 30b3455978d9 |
comparison
equal
deleted
inserted
replaced
| 417:a2ff03a52b73 | 418:ca5784652d57 |
|---|---|
| 47 #nframes-velocity = 5 | 47 #nframes-velocity = 5 |
| 48 # maximum number of iterations to stop feature tracking | 48 # maximum number of iterations to stop feature tracking |
| 49 max-number-iterations = 20 | 49 max-number-iterations = 20 |
| 50 # minimum error to reach to stop feature tracking | 50 # minimum error to reach to stop feature tracking |
| 51 min-tracking-error = 0.3 | 51 min-tracking-error = 0.3 |
| 52 # minimum eigen value of a 2x2 normal matrix of optical flow equations | |
| 53 min-feature-eig-threshold = 1e-4 | |
| 52 # minimum length of a feature (number of frames) to consider a feature for grouping | 54 # minimum length of a feature (number of frames) to consider a feature for grouping |
| 53 min-feature-time = 20 | 55 min-feature-time = 20 |
| 54 # Min Max similarity parameters (Beymer et al. method) | 56 # Min Max similarity parameters (Beymer et al. method) |
| 55 # connection distance in feature grouping | 57 # connection distance in feature grouping |
| 56 mm-connection-distance = 3.75 | 58 mm-connection-distance = 3.75 |
