Ocean
Estimator.h File Reference

Go to the source code of this file.

Data Structures

class  Ocean::Geometry::Estimator
 This class implements robust estimator functions. More...
 

Namespaces

 Ocean
 The namespace covering the entire Ocean framework.
 
 Ocean::Geometry
 Namespace of the Geometry library.
 

Functions

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 > ()