18#ifndef itkMahalanobisDistanceThresholdImageFunction_h 
   19#define itkMahalanobisDistanceThresholdImageFunction_h 
   49template <
typename TInputImage, 
typename TCoordinate = 
float>
 
  141  itkGetConstReferenceMacro(Threshold, 
double);
 
  142  itkSetMacro(Threshold, 
double);
 
 
  185#ifndef ITK_MANUAL_INSTANTIATION 
  186#  include "itkMahalanobisDistanceThresholdImageFunction.hxx" 
static constexpr unsigned int ImageDimension
typename InputImageType::IndexType IndexType
Point< TCoordinate, Self::ImageDimension > PointType
ContinuousIndex< TCoordinate, Self::ImageDimension > ContinuousIndexType
TInputImage InputImageType
Control indentation during Print() invocation.
~MahalanobisDistanceThresholdImageFunction() override=default
virtual double EvaluateDistance(const PointType &point) const
vnl_vector< double > MeanVectorType
typename TInputImage::PixelType PixelType
MahalanobisDistanceFunctionPointer m_MahalanobisDistanceMembershipFunction
Point< float, Self::ImageDimension > PointType
CovarianceMatrixType m_Covariance
SmartPointer< Self > Pointer
vnl_matrix< double > CovarianceMatrixType
bool EvaluateAtContinuousIndex(const ContinuousIndexType &index) const override
ContinuousIndex< float, Self::ImageDimension > ContinuousIndexType
bool EvaluateAtIndex(const IndexType &index) const override
void SetCovariance(const CovarianceMatrixType &covariance)
void SetMean(const MeanVectorType &mean)
typename MahalanobisDistanceFunctionType::Pointer MahalanobisDistanceFunctionPointer
SmartPointer< const Self > ConstPointer
MahalanobisDistanceThresholdImageFunction()
typename InputImageType::IndexType IndexType
ImageFunction< TInputImage, bool, TCoordinate > Superclass
virtual double EvaluateDistanceAtIndex(const IndexType &index) const
MahalanobisDistanceThresholdImageFunction Self
Statistics::MahalanobisDistanceMembershipFunction< PixelType > MahalanobisDistanceFunctionType
static constexpr unsigned int ImageDimension
void PrintSelf(std::ostream &os, Indent indent) const override
bool Evaluate(const PointType &point) const override
Implements transparent reference counting.
MahalanobisDistanceMembershipFunction models class membership using Mahalanobis distance.
SmartPointer< Self > Pointer
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....