18 #ifndef itkBinaryMorphologicalOpeningImageFilter_h
19 #define itkBinaryMorphologicalOpeningImageFilter_h
54 template<
typename TInputImage,
typename TOutputImage,
typename TKernel >
91 itkGetConstMacro(ForegroundValue,
PixelType);
97 itkGetConstMacro(BackgroundValue,
PixelType);
102 void PrintSelf(std::ostream & os,
Indent indent)
const override;
106 void GenerateData()
override;
115 #ifndef ITK_MANUAL_INSTANTIATION
116 #include "itkBinaryMorphologicalOpeningImageFilter.hxx"
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for all process objects that output image data.
TInputImage InputImageType
typename TInputImage::PixelType PixelType
typename InputImageType::Pointer InputImagePointer
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
A base class for all the filters working on an arbitrary shaped neighborhood.
binary morphological opening of an image.
PixelType m_ForegroundValue
Control indentation during Print() invocation.
ImageBaseType::RegionType RegionType
PixelType m_BackgroundValue