Mercurial > hg > nsaunier > traffic-intelligence
comparison tracking.cfg @ 141:6f10a227486c
modifications to get nframes option working on the command line
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Wed, 24 Aug 2011 01:34:27 -0400 |
| parents | 47329bd16cc0 |
| children | 23da16442433 |
comparison
equal
deleted
inserted
replaced
| 140:8de5e8256224 | 141:6f10a227486c |
|---|---|
| 40 # maximum feature acceleration | 40 # maximum feature acceleration |
| 41 acceleration-bound = 3 | 41 acceleration-bound = 3 |
| 42 # maximum feature deviation | 42 # maximum feature deviation |
| 43 deviation-bound = 0.6 | 43 deviation-bound = 0.6 |
| 44 # number of frames to smooth positions (half window) | 44 # number of frames to smooth positions (half window) |
| 45 nframes-smoothing = 5 | 45 smoothing-halfwidth = 5 |
| 46 # number of frames to compute velocities | 46 # number of frames to compute velocities |
| 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 |
