18 #ifndef itkMeanSquaredErrorFunction_h
19 #define itkMeanSquaredErrorFunction_h
22 #include "vnl/vnl_matrix.h"
23 #include "vnl/vnl_vector.h"
35 template<
typename TMeasurementVector,
typename ScalarType>
55 virtual ScalarType
Evaluate(
const TMeasurementVector& Errors)
const;
71 #ifndef ITK_MANUAL_INSTANTIATION
72 #include "itkMeanSquaredErrorFunction.hxx"
Light weight base class for most itk classes.
virtual ~MeanSquaredErrorFunction()
Superclass::InternalVectorType InternalVectorType
Superclass::ErrorVectorType ErrorVectorType
MeanSquaredErrorFunction()
virtual ScalarType Evaluate(const TMeasurementVector &Errors) const
SmartPointer< const Self > ConstPointer
MeanSquaredErrorFunction Self
This is the itkErrorFunctionBase class.
virtual void PrintSelf(std::ostream &os, Indent indent) const
ErrorFunctionBase< TMeasurementVector, ScalarType > Superclass
Base class for all ITK function objects.
SmartPointer< Self > Pointer
virtual InternalVectorType EvaluateDerivative(const TMeasurementVector &Errors) const
Control indentation during Print() invocation.
TMeasurementVector ErrorVectorType
Array< double > InternalVectorType