Mercurial > hg > nsaunier > traffic-intelligence
comparison include/Parameters.hpp @ 119:45a426552aaa
compilation of very simple feature class with trajectory
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Mon, 15 Aug 2011 11:39:25 -0400 |
| parents | b3e3d9f80a6a |
| children | 1e68e18b1aa5 |
comparison
equal
deleted
inserted
replaced
| 118:b3e3d9f80a6a | 119:45a426552aaa |
|---|---|
| 1 // ifdef... | 1 #ifndef PARAMETERS_HPP |
| 2 #define PARAMETERS_HPP | |
| 2 | 3 |
| 3 /// \todo Class for parameters, with utilities to save and load from configuration files | 4 /// \todo Class for parameters, with utilities to save and load from configuration files |
| 4 | 5 |
| 5 struct FeatureTrackingParameters { | 6 struct FeatureTrackingParameters { |
| 6 /// whether to load saved features, or compute them | 7 /// whether to load saved features, or compute them |
| 30 float mmSegmentationDistance; | 31 float mmSegmentationDistance; |
| 31 float maxDistance; | 32 float maxDistance; |
| 32 float minVelocityCosine; | 33 float minVelocityCosine; |
| 33 int minNFeaturesPerGroup; | 34 int minNFeaturesPerGroup; |
| 34 }; | 35 }; |
| 36 | |
| 37 #endif |
