19 #ifndef itkShanbhagThresholdImageFilter_h
20 #define itkShanbhagThresholdImageFilter_h
51 template<
typename TInputImage,
typename TOutputImage,
typename TMaskImage=TOutputImage>
Threshold an image using a HistogramThresholdCalculator.
typename OutputImageType::Pointer OutputImagePointer
typename MaskImageType::SizeType MaskSizeType
ShanbhagThresholdImageFilter()
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
Computes the Shanbhag threshold for an image. Aka intermeans.
Base class for all process objects that output image data.
~ShanbhagThresholdImageFilter() override=default
TInputImage InputImageType
typename InputImageType::Pointer InputImagePointer
ImageBaseType::SizeType SizeType
typename OutputImageType::RegionType OutputImageRegionType
ImageBaseType::IndexType IndexType
typename OutputImageType::SizeType OutputSizeType
TOutputImage OutputImageType
typename MaskImageType::RegionType MaskImageRegionType
typename InputImageType::IndexType InputIndexType
static constexpr unsigned int OutputImageDimension
typename MaskImageType::IndexType MaskIndexType
typename InputImageType::RegionType InputImageRegionType
static constexpr unsigned int InputImageDimension
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
Threshold an image using the Shanbhag Threshold.
typename InputImageType::PixelType InputPixelType