18#ifndef itkKappaSigmaThresholdImageCalculator_h
19#define itkKappaSigmaThresholdImageCalculator_h
51template <
typename TInputImage,
typename TMaskImage>
101 itkSetMacro(SigmaFactor,
double);
102 itkGetConstMacro(SigmaFactor,
double);
106 itkSetMacro(NumberOfIterations,
unsigned int);
107 itkGetConstMacro(NumberOfIterations,
unsigned int);
136#ifndef ITK_MANUAL_INSTANTIATION
137# include "itkKappaSigmaThresholdImageCalculator.hxx"
Templated n-dimensional image class.
Control indentation during Print() invocation.
unsigned int m_NumberOfIterations
KappaSigmaThresholdImageCalculator()
const InputPixelType & GetOutput() const
static constexpr unsigned int ImageDimension
MaskPixelType m_MaskValue
typename InputImageType::ConstPointer InputImageConstPointer
typename MaskImageType::PixelType MaskPixelType
~KappaSigmaThresholdImageCalculator() override=default
SmartPointer< const Self > ConstPointer
void PrintSelf(std::ostream &os, Indent indent) const override
typename MaskImageType::Pointer MaskImagePointer
InputImageConstPointer m_Image
typename MaskImageType::ConstPointer MaskImageConstPointer
SmartPointer< Self > Pointer
typename InputImageType::Pointer InputImagePointer
typename InputImageType::PixelType InputPixelType
KappaSigmaThresholdImageCalculator Self
MaskImageConstPointer m_Mask
TInputImage InputImageType
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....