|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkMahalanobisDistanceMembershipFunction_h
19 #define itkMahalanobisDistanceMembershipFunction_h
61 template <
typename TVector>
124 InternalClone()
const override;
130 PrintSelf(std::ostream & os,
Indent indent)
const override;
146 #ifndef ITK_MANUAL_INSTANTIATION
147 # include "itkMahalanobisDistanceMembershipFunction.hxx"
typename itk::NumericTraits< MeasurementVectorType >::RealType MeasurementVectorRealType
TVector MeasurementVectorType
MembershipFunctionBase defines common interfaces for membership functions.
typename Superclass::MeasurementVectorSizeType MeasurementVectorSizeType
Control indentation during Print() invocation.
typename Superclass::Pointer MembershipFunctionPointer
Light weight base class for most itk classes.
CovarianceMatrixType m_InverseCovariance
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
CovarianceMatrixType m_Covariance
MeasurementVectorRealType MeanVectorType
bool m_CovarianceNonsingular
MahalanobisDistanceMembershipFunction models class membership using Mahalanobis distance.