|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
19 #ifndef itkIsoDataThresholdImageFilter_h
20 #define itkIsoDataThresholdImageFilter_h
51 template <
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;
SmartPointer< Self > Pointer
typename InputImageType::IndexType InputIndexType
typename OutputImageType::Pointer OutputImagePointer
typename InputImageType::PixelType InputPixelType
IsoDataThresholdImageFilter()
typename MaskImageType::RegionType MaskImageRegionType
typename MaskImageType::SizeType MaskSizeType
ImageBaseType::SizeType SizeType
typename OutputImageType::SizeType OutputSizeType
Computes the IsoData threshold for an image. Aka intermeans.
Threshold an image using a HistogramThresholdCalculator.
typename OutputImageType::PixelType OutputPixelType
typename OutputImageType::IndexType OutputIndexType
ImageBaseType::IndexType IndexType
Base class for all process objects that output image data.
typename InputImageType::Pointer InputImagePointer
ImageBaseType::RegionType RegionType
typename MaskImageType::PixelType MaskPixelType
TInputImage InputImageType
typename InputImageType::SizeType InputSizeType
Base class to compute a threshold value based on the histogram of an image.
typename OutputImageType::RegionType OutputImageRegionType
typename MaskImageType::IndexType MaskIndexType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename InputImageType::RegionType InputImageRegionType
Threshold an image using the IsoData Threshold.
TOutputImage OutputImageType