18#ifndef itkRobustAutomaticThresholdImageFilter_h
19#define itkRobustAutomaticThresholdImageFilter_h
49template <
typename TInputImage,
typename TGradientImage = TInputImage,
typename TOutputImage = TInputImage>
111 itkSetMacro(Pow,
double);
112 itkGetConstMacro(Pow,
double);
166#ifndef ITK_MANUAL_INSTANTIATION
167# include "itkRobustAutomaticThresholdImageFilter.hxx"
Base class for all data objects in ITK.
virtual void SetInput(const InputImageType *input)
Control indentation during Print() invocation.
virtual void SetNthInput(DataObjectPointerArraySizeType idx, DataObject *input)
DataObject * GetInput(const DataObjectIdentifierType &key)
Return an input.
Compute the robust automatic threshold.
ImageToImageFilter< TInputImage, TOutputImage > Superclass
SmartPointer< Self > Pointer
typename TInputImage::SizeType InputSizeType
TInputImage InputImageType
void SetInput1(TInputImage *input)
typename TGradientImage::Pointer GradientImagePointer
void SetInput2(GradientImageType *input)
RobustAutomaticThresholdImageFilter Self
typename TOutputImage::SizeType OutputSizeType
void PrintSelf(std::ostream &os, Indent indent) const override
void SetGradientImage(GradientImageType *input)
typename TInputImage::PixelType InputPixelType
typename TInputImage::RegionType InputImageRegionType
void GenerateData() override
RobustAutomaticThresholdCalculator< TInputImage, TGradientImage > CalculatorType
typename TInputImage::Pointer InputImagePointer
typename TOutputImage::Pointer OutputImagePointer
typename TInputImage::IndexType InputIndexType
~RobustAutomaticThresholdImageFilter() override=default
OutputPixelType m_InsideValue
GradientImageType * GetGradientImage()
typename TGradientImage::PixelType GradientPixelType
typename TOutputImage::IndexType OutputIndexType
static constexpr unsigned int InputImageDimension
typename TOutputImage::RegionType OutputImageRegionType
OutputPixelType m_OutsideValue
TGradientImage GradientImageType
static constexpr unsigned int OutputImageDimension
RobustAutomaticThresholdImageFilter()
SmartPointer< const Self > ConstPointer
InputPixelType m_Threshold
void GenerateInputRequestedRegion() override
typename TOutputImage::PixelType OutputPixelType
Implements transparent reference counting.
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....