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