19 #ifndef itkRenyiEntropyThresholdImageFilter_h
20 #define itkRenyiEntropyThresholdImageFilter_h
50 template<
typename TInputImage,
typename TOutputImage,
typename TMaskImage=TOutputImage>
96 InputImageType::ImageDimension );
98 OutputImageType::ImageDimension );
110 void operator=(const
Self&) ITK_DELETE_FUNCTION;
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)
~RenyiEntropyThresholdImageFilter()
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
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()
HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage > Superclass
static const unsigned int OutputImageDimension
Computes the RenyiEntropy's threshold for an image.
OutputImageType::PixelType OutputPixelType