19#ifndef itkKittlerIllingworthThresholdImageFilter_h
20#define itkKittlerIllingworthThresholdImageFilter_h
51template <
typename TInputImage,
typename TOutputImage,
typename TMaskImage = TOutputImage>
Threshold an image using a HistogramThresholdCalculator.
virtual void SetCalculator(CalculatorType *_arg)
Statistics::Histogram< ValueRealType > HistogramType
Base class for all process objects that output image data.
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
typename OutputImageType::Pointer OutputImagePointer
TInputImage InputImageType
typename InputImageType::Pointer InputImagePointer
typename InputImageType::RegionType InputImageRegionType
Computes the KittlerIllingworth's threshold for an image.
Threshold an image using the KittlerIllingworth Threshold.
typename OutputImageType::SizeType OutputSizeType
typename MaskImageType::PixelType MaskPixelType
KittlerIllingworthThresholdImageFilter()
typename MaskImageType::RegionType MaskImageRegionType
typename MaskImageType::SizeType MaskSizeType
static constexpr unsigned int InputImageDimension
typename InputImageType::IndexType InputIndexType
typename OutputImageType::PixelType OutputPixelType
typename OutputImageType::IndexType OutputIndexType
typename InputImageType::PixelType InputPixelType
typename InputImageType::SizeType InputSizeType
static constexpr unsigned int OutputImageDimension
~KittlerIllingworthThresholdImageFilter() override=default
typename MaskImageType::IndexType MaskIndexType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
SmartPointer< Self > Pointer
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....