diff 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
line wrap: on
line diff
--- a/tracking.cfg	Wed Jun 27 09:52:06 2012 -0400
+++ b/tracking.cfg	Wed Jun 27 18:11:34 2012 -0400
@@ -16,8 +16,8 @@
 # measurement-precision = 3
 # first frame to process
 frame1 = 0
-# number of frame to process
-nframes = -1
+# number of frame to process: 0 means processing all frames
+nframes = 0
 # feature tracking
 # maximum number of features added at each frame
 max-nfeatures = 1000