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