 |
ITK
5.3.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkBinaryMorphologicalOpeningImageFilter_h
19 #define itkBinaryMorphologicalOpeningImageFilter_h
57 template <
typename TInputImage,
typename TOutputImage,
typename TKernel>
93 itkGetConstMacro(ForegroundValue,
PixelType);
99 itkGetConstMacro(BackgroundValue,
PixelType);
105 PrintSelf(std::ostream & os,
Indent indent)
const override;
110 GenerateData()
override;
119 #ifndef ITK_MANUAL_INSTANTIATION
120 # include "itkBinaryMorphologicalOpeningImageFilter.hxx"
SmartPointer< Self > Pointer
PixelType m_BackgroundValue
Control indentation during Print() invocation.
Base class for all process objects that output image data.
PixelType m_ForegroundValue
typename InputImageType::Pointer InputImagePointer
ImageBaseType::RegionType RegionType
TInputImage InputImageType
typename OutputImageType::RegionType OutputImageRegionType
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...
A base class for all the filters working on an arbitrary shaped neighborhood.
typename TInputImage::PixelType PixelType
binary morphological opening of an image.
TOutputImage OutputImageType