comparison include/Parameters.hpp @ 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 f21ef87f98f1
comparison
equal deleted inserted replaced
230:bc4ea09b1743 231:249d65ff6c35
22 std::string maskFilename; 22 std::string maskFilename;
23 bool loadFeatures; 23 bool loadFeatures;
24 bool display; 24 bool display;
25 float videoFPS; 25 float videoFPS;
26 // int measurementPrecision; 26 // int measurementPrecision;
27 int frame1; 27 unsigned int frame1;
28 int nFrames; 28 unsigned int nFrames;
29 // feature tracking 29 // feature tracking
30 int maxNFeatures; 30 int maxNFeatures;
31 float featureQuality; 31 float featureQuality;
32 float minFeatureDistanceKLT; 32 float minFeatureDistanceKLT;
33 int windowSize; 33 int windowSize;