18#ifndef itkBinaryMorphologicalClosingImageFilter_h
19#define itkBinaryMorphologicalClosingImageFilter_h
57template <
typename TInputImage,
typename TOutputImage,
typename TKernel>
98 itkSetMacro(SafeBorder,
bool);
99 itkGetConstReferenceMacro(SafeBorder,
bool);
100 itkBooleanMacro(SafeBorder);
121#ifndef ITK_MANUAL_INSTANTIATION
122# include "itkBinaryMorphologicalClosingImageFilter.hxx"
binary morphological closing of an image.
BinaryMorphologicalClosingImageFilter()
void PrintSelf(std::ostream &os, Indent indent) const override
void GenerateData() override
~BinaryMorphologicalClosingImageFilter() override=default
typename TInputImage::PixelType InputPixelType
typename TOutputImage::PixelType OutputPixelType
Base class for all process objects that output image data.
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
TInputImage InputImageType
typename InputImageType::Pointer InputImagePointer
Control indentation during Print() invocation.
A base class for all the filters working on an arbitrary shaped neighborhood.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
SmartPointer< Self > Pointer
ImageBaseType::RegionType RegionType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....