|
template<> |
Scalar | Ocean::Geometry::Estimator::robustError< Estimator::ET_SQUARE > (const Scalar value, const Scalar sigma) |
|
template<> |
Scalar | Ocean::Geometry::Estimator::robustError< Estimator::ET_LINEAR > (const Scalar value, const Scalar sigma) |
|
template<> |
Scalar | Ocean::Geometry::Estimator::robustError< Estimator::ET_HUBER > (const Scalar value, const Scalar sigma) |
|
template<> |
Scalar | Ocean::Geometry::Estimator::robustError< Estimator::ET_TUKEY > (const Scalar value, const Scalar sigma) |
|
template<> |
Scalar | Ocean::Geometry::Estimator::robustError< Estimator::ET_CAUCHY > (const Scalar value, const Scalar sigma) |
|
template<> |
Scalar | Ocean::Geometry::Estimator::robustErrorSquare< Estimator::ET_SQUARE > (const Scalar sqrValue, const Scalar sqrSigma) |
|
template<> |
Scalar | Ocean::Geometry::Estimator::robustErrorSquare< Estimator::ET_LINEAR > (const Scalar sqrValue, const Scalar sqrSigma) |
|
template<> |
Scalar | Ocean::Geometry::Estimator::robustErrorSquare< Estimator::ET_HUBER > (const Scalar sqrValue, const Scalar sqrSigma) |
|
template<> |
Scalar | Ocean::Geometry::Estimator::robustErrorSquare< Estimator::ET_TUKEY > (const Scalar sqrValue, const Scalar sqrSigma) |
|
template<> |
Scalar | Ocean::Geometry::Estimator::robustErrorSquare< Estimator::ET_CAUCHY > (const Scalar sqrValue, const Scalar sqrSigma) |
|
template<> |
Scalar | Ocean::Geometry::Estimator::robustWeight< Estimator::ET_SQUARE > (const Scalar, const Scalar sigma) |
|
template<> |
Scalar | Ocean::Geometry::Estimator::robustWeight< Estimator::ET_LINEAR > (const Scalar value, const Scalar sigma) |
|
template<> |
Scalar | Ocean::Geometry::Estimator::robustWeight< Estimator::ET_HUBER > (const Scalar value, const Scalar sigma) |
|
template<> |
Scalar | Ocean::Geometry::Estimator::robustWeight< Estimator::ET_TUKEY > (const Scalar value, const Scalar sigma) |
|
template<> |
Scalar | Ocean::Geometry::Estimator::robustWeight< Estimator::ET_CAUCHY > (const Scalar value, const Scalar sigma) |
|
template<> |
Scalar | Ocean::Geometry::Estimator::robustWeightSquare< Estimator::ET_SQUARE > (const Scalar, const Scalar sqrSigma) |
|
template<> |
Scalar | Ocean::Geometry::Estimator::robustWeightSquare< Estimator::ET_LINEAR > (const Scalar sqrValue, const Scalar sqrSigma) |
|
template<> |
Scalar | Ocean::Geometry::Estimator::robustWeightSquare< Estimator::ET_HUBER > (const Scalar sqrValue, const Scalar sqrSigma) |
|
template<> |
Scalar | Ocean::Geometry::Estimator::robustWeightSquare< Estimator::ET_TUKEY > (const Scalar sqrValue, const Scalar sqrSigma) |
|
template<> |
Scalar | Ocean::Geometry::Estimator::robustWeightSquare< Estimator::ET_CAUCHY > (const Scalar sqrValue, const Scalar sqrSigma) |
|
template<> |
Scalar | Ocean::Geometry::Estimator::sigmaTuningContstant< Estimator::ET_HUBER > () |
|
template<> |
Scalar | Ocean::Geometry::Estimator::sigmaTuningContstant< Estimator::ET_TUKEY > () |
|
template<> |
Scalar | Ocean::Geometry::Estimator::sigmaTuningContstant< Estimator::ET_CAUCHY > () |
|