18 #ifndef itkMahalanobisDistanceMembershipFunction_h
19 #define itkMahalanobisDistanceMembershipFunction_h
61 template<
typename TVector >
125 virtual ~MahalanobisDistanceMembershipFunction() ITK_OVERRIDE {}
126 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
142 #ifndef ITK_MANUAL_INSTANTIATION
143 #include "itkMahalanobisDistanceMembershipFunction.hxx"
SmartPointer< const Self > ConstPointer
Light weight base class for most itk classes.
MahalanobisDistanceMembershipFunction models class membership using Mahalanobis distance.
MahalanobisDistanceMembershipFunction Self
CovarianceMatrixType m_InverseCovariance
MembershipFunctionBase< TVector > Superclass
MeasurementVectorRealType MeanVectorType
MembershipFunctionBase defines common interfaces for membership functions.
Superclass::MeasurementVectorSizeType MeasurementVectorSizeType
bool m_CovarianceNonsingular
TVector MeasurementVectorType
VariableSizeMatrix< double > CovarianceMatrixType
Control indentation during Print() invocation.
SmartPointer< Self > Pointer
Superclass::Pointer MembershipFunctionPointer
CovarianceMatrixType m_Covariance
itk::NumericTraits< MeasurementVectorType >::RealType MeasurementVectorRealType