19#ifndef itkTriangleThresholdImageFilter_h
20#define itkTriangleThresholdImageFilter_h
51template <
typename TInputImage,
typename TOutputImage,
typename TMaskImage = TOutputImage>
93 using typename Superclass::HistogramType;
97 static constexpr unsigned int InputImageDimension = InputImageType::ImageDimension;
98 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
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Computes the Triangle's threshold for an image.
Threshold an image using the Triangle Threshold.
typename InputImageType::PixelType InputPixelType
typename OutputImageType::IndexType OutputIndexType
TriangleThresholdImageFilter()
typename MaskImageType::RegionType MaskImageRegionType
typename OutputImageType::SizeType OutputSizeType
typename MaskImageType::IndexType MaskIndexType
~TriangleThresholdImageFilter() override=default
typename MaskImageType::SizeType MaskSizeType
typename OutputImageType::PixelType OutputPixelType
typename InputImageType::IndexType InputIndexType
typename InputImageType::SizeType InputSizeType
typename MaskImageType::PixelType MaskPixelType
SmartPointer< Self > Pointer
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....