Mercurial > hg > nsaunier > traffic-intelligence
diff include/Parameters.hpp @ 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 | 0e60a306d324 |
| children | f21ef87f98f1 |
line wrap: on
line diff
--- a/include/Parameters.hpp Wed Jun 27 09:52:06 2012 -0400 +++ b/include/Parameters.hpp Wed Jun 27 18:11:34 2012 -0400 @@ -24,8 +24,8 @@ bool display; float videoFPS; // int measurementPrecision; - int frame1; - int nFrames; + unsigned int frame1; + unsigned int nFrames; // feature tracking int maxNFeatures; float featureQuality;
