18 #ifndef itkBinaryMorphologicalClosingImageFilter_h
19 #define itkBinaryMorphologicalClosingImageFilter_h
54 template<
typename TInputImage,
typename TOutputImage,
typename TKernel >
94 itkSetMacro(SafeBorder,
bool);
95 itkGetConstReferenceMacro(SafeBorder,
bool);
96 itkBooleanMacro(SafeBorder);
102 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
106 void GenerateData() ITK_OVERRIDE;
117 #ifndef ITK_MANUAL_INSTANTIATION
118 #include "itkBinaryMorphologicalClosingImageFilter.hxx"
binary morphological closing of an image.
SmartPointer< Self > Pointer
TInputImage::PixelType OutputPixelType
KernelImageFilter< TInputImage, TOutputImage, TKernel > Superclass
TInputImage::PixelType InputPixelType
Base class for all process objects that output image data.
~BinaryMorphologicalClosingImageFilter() override
SmartPointer< const Self > ConstPointer
TInputImage InputImageType
TInputImage::PixelType InputPixelType
A base class for all the filters working on an arbitrary shaped neighborhood.
BinaryMorphologicalClosingImageFilter Self
OutputImageType::RegionType OutputImageRegionType
Control indentation during Print() invocation.
InputImageType::Pointer InputImagePointer
TOutputImage OutputImageType