|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
28 #ifndef itkThresholdImageFilter_h
29 #define itkThresholdImageFilter_h
70 template <
typename TImage>
92 #ifdef ITK_USE_CONCEPT_CHECKING
105 itkGetConstMacro(OutsideValue,
PixelType);
109 ThresholdAbove(
const PixelType & threshold);
113 ThresholdBelow(
const PixelType & threshold);
145 PrintSelf(std::ostream & os,
Indent indent)
const override;
167 #ifndef ITK_MANUAL_INSTANTIATION
168 # include "itkThresholdImageFilter.hxx"
SmartPointer< Self > Pointer
typename InputImageType::ConstPointer InputImagePointer
SmartPointer< const Self > ConstPointer
typename TImage::PixelType PixelType
Base class for filters that take an image as input and overwrite that image as the output.
Control indentation during Print() invocation.
typename OutputImageType::PixelType OutputImagePixelType
typename InputImageType::PixelType InputImagePixelType
typename InputImageType::RegionType InputImageRegionType
Light weight base class for most itk classes.
typename OutputImageType::Pointer OutputImagePointer
ImageBaseType::RegionType RegionType
typename OutputImageType::RegionType OutputImageRegionType
Set image values to a user-specified value if they are below, above, or outside threshold values.
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....