Mercurial > hg > nsaunier > traffic-intelligence
comparison tracking.cfg @ 589:5800a87f11ae
corrected one bug and changed attribute names
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Fri, 05 Dec 2014 15:14:44 -0500 |
| parents | 6c264b914846 |
| children | 9202628a4130 |
comparison
equal
deleted
inserted
replaced
| 588:c5406edbcf12 | 589:5800a87f11ae |
|---|---|
| 60 # number of frames to smooth positions (half window) | 60 # number of frames to smooth positions (half window) |
| 61 smoothing-halfwidth = 5 | 61 smoothing-halfwidth = 5 |
| 62 # number of frames to compute velocities | 62 # number of frames to compute velocities |
| 63 #nframes-velocity = 5 | 63 #nframes-velocity = 5 |
| 64 # maximum number of iterations to stop feature tracking | 64 # maximum number of iterations to stop feature tracking |
| 65 max-number-iterations = 30 | 65 max-number-iterations = 20 |
| 66 # minimum error to reach to stop feature tracking | 66 # minimum error to reach to stop feature tracking |
| 67 min-tracking-error = 0.01 | 67 min-tracking-error = 0.3 |
| 68 # minimum eigen value of a 2x2 normal matrix of optical flow equations | 68 # minimum eigen value of a 2x2 normal matrix of optical flow equations |
| 69 min-feature-eig-threshold = 1e-4 | 69 min-feature-eig-threshold = 1e-4 |
| 70 # minimum length of a feature (number of frames) to consider a feature for grouping | 70 # minimum length of a feature (number of frames) to consider a feature for grouping |
| 71 min-feature-time = 20 | 71 min-feature-time = 20 |
| 72 # Min Max similarity parameters (Beymer et al. method) | 72 # Min Max similarity parameters (Beymer et al. method) |
