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