19#ifndef itkMaximumEntropyThresholdImageFilter_h
20#define itkMaximumEntropyThresholdImageFilter_h
51template <
typename TInputImage,
typename TOutputImage,
typename TMaskImage = TOutputImage>
93 using typename Superclass::HistogramType;
97 static constexpr unsigned int InputImageDimension = InputImageType::ImageDimension;
98 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
Computes the MaximumEntropy's threshold for an image.
Threshold an image using the MaximumEntropy Threshold.
~MaximumEntropyThresholdImageFilter() override=default
typename MaskImageType::SizeType MaskSizeType
typename InputImageType::SizeType InputSizeType
typename OutputImageType::PixelType OutputPixelType
typename InputImageType::PixelType InputPixelType
typename OutputImageType::SizeType OutputSizeType
typename MaskImageType::PixelType MaskPixelType
typename InputImageType::IndexType InputIndexType
typename OutputImageType::IndexType OutputIndexType
typename MaskImageType::RegionType MaskImageRegionType
MaximumEntropyThresholdImageFilter()
typename MaskImageType::IndexType MaskIndexType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
SmartPointer< Self > Pointer
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....