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