Mercurial > hg > nsaunier > traffic-intelligence
comparison include/Parameters.hpp @ 353:8672c101bfec
corrected minor type issue
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Thu, 27 Jun 2013 12:14:53 -0400 |
| parents | 72aa44072093 |
| children | c389fae9689a |
comparison
equal
deleted
inserted
replaced
| 352:72aa44072093 | 353:8672c101bfec |
|---|---|
| 56 std::string predictionMethod; | 56 std::string predictionMethod; |
| 57 int nPredictedTrajectories; | 57 int nPredictedTrajectories; |
| 58 float minAcceleration; | 58 float minAcceleration; |
| 59 float maxAcceleration; | 59 float maxAcceleration; |
| 60 float maxSteering; | 60 float maxSteering; |
| 61 float useFeaturesForPrediction; | 61 bool useFeaturesForPrediction; |
| 62 | 62 |
| 63 std::string parameterDescription; | 63 std::string parameterDescription; |
| 64 | 64 |
| 65 KLTFeatureTrackingParameters(const int argc, char* argv[]); | 65 KLTFeatureTrackingParameters(const int argc, char* argv[]); |
| 66 | 66 |
