19#ifndef itkLiThresholdImageFilter_h
20#define itkLiThresholdImageFilter_h
55template <
typename TInputImage,
typename TOutputImage,
typename TMaskImage = TOutputImage>
97 using typename Superclass::HistogramType;
101 static constexpr unsigned int InputImageDimension = InputImageType::ImageDimension;
102 static constexpr unsigned int OutputImageDimension = OutputImageType::ImageDimension;
Threshold an image using a HistogramThresholdCalculator.
Base class for all process objects that output image data.
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
typename OutputImageType::Pointer OutputImagePointer
TInputImage InputImageType
typename InputImageType::Pointer InputImagePointer
typename InputImageType::RegionType InputImageRegionType
Computes the Li threshold for an image. Aka intermeans.
Threshold an image using the Li Threshold.
typename OutputImageType::SizeType OutputSizeType
typename MaskImageType::SizeType MaskSizeType
typename MaskImageType::IndexType MaskIndexType
typename OutputImageType::IndexType OutputIndexType
typename InputImageType::PixelType InputPixelType
typename InputImageType::IndexType InputIndexType
typename MaskImageType::RegionType MaskImageRegionType
typename OutputImageType::PixelType OutputPixelType
typename InputImageType::SizeType InputSizeType
typename MaskImageType::PixelType MaskPixelType
~LiThresholdImageFilter() override=default
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
SmartPointer< Self > Pointer
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....