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;
65 virtual void PrintSelf( std::ostream& os,
Indent indent )
const;
71 #ifndef ITK_MANUAL_INSTANTIATION
72 #include "itkMeanSquaredErrorFunction.hxx"
Light weight base class for most itk classes.
Superclass::InternalVectorType InternalVectorType
Superclass::ErrorVectorType ErrorVectorType
SmartPointer< const Self > ConstPointer
MeanSquaredErrorFunction Self
This is the itkErrorFunctionBase class.
ErrorFunctionBase< TMeasurementVector, ScalarType > Superclass
Base class for all ITK function objects.
SmartPointer< Self > Pointer
Control indentation during Print() invocation.