19 #ifndef __itkYenThresholdImageFilter_h
20 #define __itkYenThresholdImageFilter_h
49 template<
typename TInputImage,
typename TOutputImage,
typename TMaskImage=TOutputImage>
95 InputImageType::ImageDimension );
97 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.
void operator=(const Self &)
SmartPointer< Self > Pointer
HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage > Superclass
Computes the Yen's threshold for an image.
YenThresholdCalculator< HistogramType, InputPixelType > CalculatorType
~YenThresholdImageFilter()
InputImageType::IndexType InputIndexType
SmartPointer< const Self > ConstPointer
MaskImageType::IndexType MaskIndexType
MaskImageType::SizeType MaskSizeType
OutputImageType::IndexType OutputIndexType
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
YenThresholdImageFilter()
MaskImageType::RegionType MaskImageRegionType