19 #ifndef itkRenyiEntropyThresholdImageFilter_h
20 #define itkRenyiEntropyThresholdImageFilter_h
51 template<
typename TInputImage,
typename TOutputImage,
typename TMaskImage=TOutputImage>
Threshold an image using a HistogramThresholdCalculator.
typename OutputImageType::Pointer OutputImagePointer
typename MaskImageType::SizeType MaskSizeType
This class stores measurement vectors in the context of n-dimensional histogram.
virtual void SetCalculator(CalculatorType *_arg)
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename MaskImageType::PixelType MaskPixelType
typename InputImageType::SizeType InputSizeType
Base class for all process objects that output image data.
TInputImage InputImageType
typename InputImageType::Pointer InputImagePointer
static constexpr unsigned int InputImageDimension
ImageBaseType::SizeType SizeType
static constexpr unsigned int OutputImageDimension
typename OutputImageType::RegionType OutputImageRegionType
ImageBaseType::IndexType IndexType
typename OutputImageType::SizeType OutputSizeType
TOutputImage OutputImageType
typename MaskImageType::RegionType MaskImageRegionType
~RenyiEntropyThresholdImageFilter() override=default
typename InputImageType::IndexType InputIndexType
typename MaskImageType::IndexType MaskIndexType
typename InputImageType::RegionType InputImageRegionType
Threshold an image using the RenyiEntropy Threshold.
RenyiEntropyThresholdImageFilter()
Statistics::Histogram< ValueRealType > HistogramType
Base class to compute a threshold value based on the histogram of an image.
typename OutputImageType::PixelType OutputPixelType
typename OutputImageType::IndexType OutputIndexType
ImageBaseType::RegionType RegionType
Computes the RenyiEntropy's threshold for an image.
typename InputImageType::PixelType InputPixelType