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