18 #ifndef itkKappaSigmaThresholdImageCalculator_h
19 #define itkKappaSigmaThresholdImageCalculator_h
50 template<
typename TInputImage,
typename TMaskImage >
67 itkStaticConstMacro(ImageDimension,
unsigned int,
68 TInputImage::ImageDimension);
99 itkSetMacro(SigmaFactor,
double);
100 itkGetConstMacro(SigmaFactor,
double);
104 itkSetMacro(NumberOfIterations,
unsigned int);
105 itkGetConstMacro(NumberOfIterations,
unsigned int);
117 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
133 #ifndef ITK_MANUAL_INSTANTIATION
134 #include "itkKappaSigmaThresholdImageCalculator.hxx"
MaskImageType::ConstPointer MaskImageConstPointer
MaskImageType::PixelType MaskPixelType
Light weight base class for most itk classes.
unsigned int m_NumberOfIterations
MaskImageConstPointer m_Mask
SmartPointer< Self > Pointer
virtual ~KappaSigmaThresholdImageCalculator() override
KappaSigmaThresholdImageCalculator Self
InputImageType::Pointer InputImagePointer
Computes a Kappa-Sigma-Clipping threshold for an image.
MaskImageType::Pointer MaskImagePointer
InputImageType::ConstPointer InputImageConstPointer
TInputImage InputImageType
Control indentation during Print() invocation.
MaskPixelType m_MaskValue
Base class for most ITK classes.
InputImageType::PixelType InputPixelType
InputImageConstPointer m_Image
Templated n-dimensional image class.
SmartPointer< const Self > ConstPointer