18 #ifndef itkGaussianMembershipFunction_h
19 #define itkGaussianMembershipFunction_h
54 template<
typename TMeasurementVector >
119 virtual ~GaussianMembershipFunction() ITK_OVERRIDE {}
120 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
142 #ifndef ITK_MANUAL_INSTANTIATION
143 #include "itkGaussianMembershipFunction.hxx"
CovarianceMatrixType m_Covariance
Light weight base class for most itk classes.
VariableSizeMatrix< double > CovarianceMatrixType
SmartPointer< const Self > ConstPointer
CovarianceMatrixType m_InverseCovariance
Superclass::MeasurementVectorSizeType MeasurementVectorSizeType
MembershipFunctionBase< TMeasurementVector > Superclass
GaussianMembershipFunction Self
GaussianMembershipFunction models class membership through a multivariate Gaussian function...
SmartPointer< Self > Pointer
MembershipFunctionBase defines common interfaces for membership functions.
MeasurementVectorRealType MeanVectorType
TMeasurementVector MeasurementVectorType
Superclass::Pointer MembershipFunctionPointer
bool m_CovarianceNonsingular
Control indentation during Print() invocation.
itk::NumericTraits< MeasurementVectorType >::RealType MeasurementVectorRealType