Mercurial > hg > nsaunier > traffic-intelligence
comparison c/Parameters.cpp @ 419:17c5f378c283
corrected superfluous parameters
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Tue, 08 Oct 2013 12:12:20 -0400 |
| parents | ca5784652d57 |
| children | 82c06ad62254 13d4eb96a751 |
comparison
equal
deleted
inserted
replaced
| 418:ca5784652d57 | 419:17c5f378c283 |
|---|---|
| 33 ("load-features", po::value<bool>(&loadFeatures), "load features from database") | 33 ("load-features", po::value<bool>(&loadFeatures), "load features from database") |
| 34 ("display", po::value<bool>(&display), "display trajectories on the video") | 34 ("display", po::value<bool>(&display), "display trajectories on the video") |
| 35 ("video-fps", po::value<float>(&videoFPS), "original video frame rate") | 35 ("video-fps", po::value<float>(&videoFPS), "original video frame rate") |
| 36 ("frame1", po::value<unsigned int>(&frame1), "first frame to process") | 36 ("frame1", po::value<unsigned int>(&frame1), "first frame to process") |
| 37 ("nframes", po::value<int>(&nFrames), "number of frame to process") | 37 ("nframes", po::value<int>(&nFrames), "number of frame to process") |
| 38 ("list-filename", po::value<string>(&listFilename), "filename of the list of image files") | |
| 39 ("folder-data", po::value<string>(&folderData), "folder where video or list file is placed") | |
| 40 // feature tracking | 38 // feature tracking |
| 41 ("max-nfeatures", po::value<int>(&maxNFeatures), "maximum number of features added at each frame") | 39 ("max-nfeatures", po::value<int>(&maxNFeatures), "maximum number of features added at each frame") |
| 42 ("feature-quality", po::value<float>(&featureQuality), "quality level of the good features to track") | 40 ("feature-quality", po::value<float>(&featureQuality), "quality level of the good features to track") |
| 43 ("min-feature-distanceklt", po::value<float>(&minFeatureDistanceKLT), "minimum distance between features") | 41 ("min-feature-distanceklt", po::value<float>(&minFeatureDistanceKLT), "minimum distance between features") |
| 44 ("window-size", po::value<int>(&windowSize), "size of the search window at each pyramid level") | 42 ("window-size", po::value<int>(&windowSize), "size of the search window at each pyramid level") |
