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