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