19#ifndef itkRenyiEntropyThresholdImageFilter_h
20#define itkRenyiEntropyThresholdImageFilter_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
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Computes the RenyiEntropy's threshold for an image.
Threshold an image using the RenyiEntropy Threshold.
typename MaskImageType::PixelType MaskPixelType
typename InputImageType::IndexType InputIndexType
typename OutputImageType::PixelType OutputPixelType
typename MaskImageType::IndexType MaskIndexType
typename InputImageType::PixelType InputPixelType
typename InputImageType::SizeType InputSizeType
typename OutputImageType::IndexType OutputIndexType
~RenyiEntropyThresholdImageFilter() override=default
RenyiEntropyThresholdImageFilter()
typename OutputImageType::SizeType OutputSizeType
typename MaskImageType::RegionType MaskImageRegionType
typename MaskImageType::SizeType MaskSizeType
SmartPointer< Self > Pointer
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....