19#ifndef itkYenThresholdImageFilter_h
20#define itkYenThresholdImageFilter_h
50template <
typename TInputImage,
typename TOutputImage,
typename TMaskImage = TOutputImage>
92 using typename Superclass::HistogramType;
96 static constexpr unsigned int InputImageDimension = InputImageType::ImageDimension;
97 static constexpr unsigned int OutputImageDimension = OutputImageType::ImageDimension;
Threshold an image using a HistogramThresholdCalculator.
Base class for all process objects that output image data.
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
typename OutputImageType::Pointer OutputImagePointer
TInputImage InputImageType
typename InputImageType::Pointer InputImagePointer
typename InputImageType::RegionType InputImageRegionType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Computes the Yen's threshold for an image.
Threshold an image using the Yen Threshold.
YenThresholdImageFilter()
typename InputImageType::SizeType InputSizeType
typename InputImageType::PixelType InputPixelType
typename MaskImageType::RegionType MaskImageRegionType
typename MaskImageType::PixelType MaskPixelType
typename OutputImageType::SizeType OutputSizeType
typename InputImageType::IndexType InputIndexType
typename MaskImageType::SizeType MaskSizeType
typename MaskImageType::IndexType MaskIndexType
typename OutputImageType::IndexType OutputIndexType
typename OutputImageType::PixelType OutputPixelType
~YenThresholdImageFilter() override=default
SmartPointer< Self > Pointer
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....