SLIMMER
Public Member Functions | Static Public Attributes
HuberEstimator< T1, T2 > Class Template Reference

Simple implementation of the Huber estimator. More...

#include <HuberEstimator.h>

List of all members.

Public Member Functions

 HuberEstimator ()
 Constructor.
 HuberEstimator (T2 delta)
 ~HuberEstimator ()
 Destructor.
void setDelta (T2 delta)
T2 operator() (T2 v)
T2 dist (T1 r, T2 t) const
void dist (T1 r, T2 t, T2 &E, T2 &dEdt) const
SimpleVTVec< T2 > dist (const SimpleVTVec< T1 > &r, const SimpleVTVec< T2 > &t) const
void dist (const SimpleVTVec< T1 > &r, const SimpleVTVec< T2 > &t, SimpleVTVec< T2 > &E, SimpleVTVec< T2 > &dEdt) const
template<>
const char _versionID []

Static Public Attributes

static const char _versionID []

Detailed Description

template<typename T1, typename T2 = T1>
class HuberEstimator< T1, T2 >

Simple implementation of the Huber estimator.

Author:
Mads Fogtmann 2011
 All Classes Functions Variables Typedefs