18 #ifndef itkBinaryMorphologicalClosingImageFilter_h
19 #define itkBinaryMorphologicalClosingImageFilter_h
54 template<
typename TInputImage,
typename TOutputImage,
typename TKernel >
96 itkSetMacro(SafeBorder,
bool);
97 itkGetConstReferenceMacro(SafeBorder,
bool);
98 itkBooleanMacro(SafeBorder);
104 void PrintSelf(std::ostream & os,
Indent indent)
const override;
108 void GenerateData()
override;
117 #ifndef ITK_MANUAL_INSTANTIATION
118 #include "itkBinaryMorphologicalClosingImageFilter.hxx"
binary morphological closing of an image.
typename TOutputImage::PixelType OutputPixelType
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 InputImageType::Pointer InputImagePointer
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
typename TInputImage::PixelType InputPixelType
A base class for all the filters working on an arbitrary shaped neighborhood.
InputPixelType m_ForegroundValue
Control indentation during Print() invocation.
ImageBaseType::RegionType RegionType