Mercurial > hg > nsaunier > traffic-intelligence
comparison tracking.cfg @ 228:23da16442433
minor modifications for unsigned int (nframes is now 0 to process all frames)
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Wed, 27 Jun 2012 18:11:34 -0400 |
| parents | 6f10a227486c |
| children | 6b65b26c1e46 |
comparison
equal
deleted
inserted
replaced
| 227:b7612c6d5702 | 228:23da16442433 |
|---|---|
| 14 video-fps = 29.97 | 14 video-fps = 29.97 |
| 15 # number of digits of precision for all measurements derived from video | 15 # number of digits of precision for all measurements derived from video |
| 16 # measurement-precision = 3 | 16 # measurement-precision = 3 |
| 17 # first frame to process | 17 # first frame to process |
| 18 frame1 = 0 | 18 frame1 = 0 |
| 19 # number of frame to process | 19 # number of frame to process: 0 means processing all frames |
| 20 nframes = -1 | 20 nframes = 0 |
| 21 # feature tracking | 21 # feature tracking |
| 22 # maximum number of features added at each frame | 22 # maximum number of features added at each frame |
| 23 max-nfeatures = 1000 | 23 max-nfeatures = 1000 |
| 24 # quality level of the good features to track | 24 # quality level of the good features to track |
| 25 feature-quality = 0.1 | 25 feature-quality = 0.1 |
