20 #ifndef MIRTK_SquaredErrorFunction_H 21 #define MIRTK_SquaredErrorFunction_H 23 #include "mirtk/RadialErrorFunction.h" 60 virtual double Value(
double d)
const 76 #endif // MIRTK_SquaredErrorFunction_H
SquaredErrorFunction(const SquaredErrorFunction &)
Copy constructor.
TypeId
Enumeration of available error functions.
virtual double Value(double d) const
Evaluate radial registration error.
virtual TypeId Type() const
Type enumeration value.
~SquaredErrorFunction()
Destructor.
SquaredErrorFunction()
Constructor.
virtual RadialErrorFunction * NewInstance() const
Copy construct a new instance.
Squared (Euclidean) distance.
virtual double Derivative(double d) const
Evaluate derivative of radial registration error.