|
Ocean
|
Go to the source code of this file.
Data Structures | |
| class | Ocean::CV::Calibration::MetricSize |
| This class implements an object holding a metric size like width, height, length, or thickness. More... | |
Namespaces | |
| namespace | Ocean |
| The namespace covering the entire Ocean framework. | |
| namespace | Ocean::CV |
| Namespace of the CV library. | |
| namespace | Ocean::CV::Calibration |
| Namespace of the CV Calibration library. | |
Functions | |
| template<> | |
| double | Ocean::CV::Calibration::MetricSize::convert< MetricSize::UT_MILLIMETER, MetricSize::UT_INCH > (const double sourceValue) |
| template<> | |
| double | Ocean::CV::Calibration::MetricSize::convert< MetricSize::UT_INCH, MetricSize::UT_MILLIMETER > (const double sourceValue) |
| template<> | |
| double | Ocean::CV::Calibration::MetricSize::convert< MetricSize::UT_MILLIMETER > (const double sourceValue, const UnitType targetUnit) |
| template<> | |
| double | Ocean::CV::Calibration::MetricSize::convert< MetricSize::UT_INCH > (const double sourceValue, const UnitType targetUnit) |