18#ifndef itkRobustAutomaticThresholdCalculator_h
19#define itkRobustAutomaticThresholdCalculator_h
39template <
typename TInputImage,
typename TGradientImage>
96 itkSetMacro(Pow,
double);
97 itkGetConstMacro(Pow,
double);
126#ifndef ITK_MANUAL_INSTANTIATION
127# include "itkRobustAutomaticThresholdCalculator.hxx"
Control indentation during Print() invocation.
virtual void Modified() const
const InputPixelType & GetOutput() const
SmartPointer< Self > Pointer
typename InputImageType::Pointer InputImagePointer
SmartPointer< const Self > ConstPointer
GradientImageConstPointer m_Gradient
typename InputImageType::PixelType InputPixelType
virtual void SetGradient(const GradientImageType *image)
RobustAutomaticThresholdCalculator()
RobustAutomaticThresholdCalculator Self
static constexpr unsigned int ImageDimension
InputImageConstPointer m_Input
virtual void SetInput(const InputImageType *image)
TInputImage InputImageType
typename GradientImageType::Pointer GradientImagePointer
~RobustAutomaticThresholdCalculator() override=default
TGradientImage GradientImageType
void PrintSelf(std::ostream &os, Indent indent) const override
typename GradientImageType::PixelType GradientPixelType
typename InputImageType::ConstPointer InputImageConstPointer
typename GradientImageType::ConstPointer GradientImageConstPointer
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....