comparison tracking.cfg @ 231:249d65ff6c35

merged modifications for windows
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 02 Jul 2012 23:49:39 -0400
parents 23da16442433
children 6b65b26c1e46
comparison
equal deleted inserted replaced
230:bc4ea09b1743 231:249d65ff6c35
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