18 #ifndef itkMahalanobisDistanceThresholdImageFunction_h
19 #define itkMahalanobisDistanceThresholdImageFunction_h
49 template <
typename TInputImage,
typename TCoordRep =
float>
68 using typename Superclass::InputImageType;
74 static constexpr
unsigned int ImageDimension = Superclass::ImageDimension;
83 using typename Superclass::ContinuousIndexType;
122 EvaluateAtIndex(
const IndexType & index)
const override;
136 EvaluateDistanceAtIndex(
const IndexType & index)
const;
139 itkGetConstReferenceMacro(Threshold,
double);
140 itkSetMacro(Threshold,
double);
165 PrintSelf(std::ostream & os,
Indent indent)
const override;
168 double m_Threshold{};
184 #ifndef ITK_MANUAL_INSTANTIATION
185 # include "itkMahalanobisDistanceThresholdImageFunction.hxx"