Mercurial > hg > nsaunier > traffic-intelligence
comparison include/Parameters.hpp @ 803:f7cf43b5ad3b dev
work in progress on stabilization
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Wed, 01 Jun 2016 01:55:45 -0400 |
| parents | 045d05cef9d0 |
| children |
comparison
equal
deleted
inserted
replaced
| 802:d3e8dd9f3ca4 | 803:f7cf43b5ad3b |
|---|---|
| 25 std::vector<float> distortionCoefficients; | 25 std::vector<float> distortionCoefficients; |
| 26 float undistortedImageMultiplication; | 26 float undistortedImageMultiplication; |
| 27 int interpolationMethod; | 27 int interpolationMethod; |
| 28 std::string maskFilename; | 28 std::string maskFilename; |
| 29 bool undistort; | 29 bool undistort; |
| 30 bool loadFeatures; | 30 float stabilizeRansacReprojThreshold; |
| 31 std::string frameHomographyFilename; | |
| 32 bool stabilize; | |
| 33 //bool loadFeatures; | |
| 31 bool display; | 34 bool display; |
| 32 float videoFPS; | 35 float videoFPS; |
| 33 // int measurementPrecision; | 36 // int measurementPrecision; |
| 34 unsigned int frame1; | 37 unsigned int frame1; |
| 35 int nFrames; | 38 int nFrames; |
