19 #ifndef itkKittlerIllingworthThresholdImageFilter_h
20 #define itkKittlerIllingworthThresholdImageFilter_h
51 template<
typename TInputImage,
typename TOutputImage,
typename TMaskImage=TOutputImage>
97 InputImageType::ImageDimension );
99 OutputImageType::ImageDimension );
TOutputImage OutputImageType
OutputImageType::RegionType OutputImageRegionType
Threshold an image using a HistogramThresholdCalculator.
SmartPointer< Self > Pointer
Threshold an image using the KittlerIllingworth Threshold.
Statistics::Histogram< ValueRealType > HistogramType
SmartPointer< const Self > ConstPointer
InputImageType::PixelType InputPixelType
~KittlerIllingworthThresholdImageFilter() override
OutputImageType::PixelType OutputPixelType
Computes the KittlerIllingworth's threshold for an image.
virtual void SetCalculator(CalculatorType *_arg)
Base class for all process objects that output image data.
Superclass::HistogramType HistogramType
KittlerIllingworthThresholdImageFilter()
InputImageType::RegionType InputImageRegionType
InputImageType::SizeType InputSizeType
KittlerIllingworthThresholdImageFilter Self
static const unsigned int OutputImageDimension
MaskImageType::IndexType MaskIndexType
MaskImageType::RegionType MaskImageRegionType
static const unsigned int InputImageDimension
OutputImageType::IndexType OutputIndexType
MaskImageType::PixelType MaskPixelType
InputImageType::Pointer InputImagePointer
OutputImageType::Pointer OutputImagePointer
ImageBaseType::SizeType SizeType
HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage > Superclass
MaskImageType::SizeType MaskSizeType
TInputImage InputImageType
KittlerIllingworthThresholdCalculator< HistogramType, InputPixelType > CalculatorType
OutputImageType::SizeType OutputSizeType
ImageBaseType::IndexType IndexType
InputImageType::IndexType InputIndexType