 |
ITK
5.4.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkBinaryMorphologicalClosingImageFilter_h
19 #define itkBinaryMorphologicalClosingImageFilter_h
57 template <
typename TInputImage,
typename TOutputImage,
typename TKernel>
98 itkSetMacro(SafeBorder,
bool);
99 itkGetConstReferenceMacro(SafeBorder,
bool);
100 itkBooleanMacro(SafeBorder);
107 PrintSelf(std::ostream & os,
Indent indent)
const override;
112 GenerateData()
override;
121 #ifndef ITK_MANUAL_INSTANTIATION
122 # include "itkBinaryMorphologicalClosingImageFilter.hxx"
SmartPointer< Self > Pointer
binary morphological closing of an image.
typename TOutputImage::PixelType OutputPixelType
Control indentation during Print() invocation.
Base class for all process objects that output image data.
typename TInputImage::PixelType InputPixelType
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.
TOutputImage OutputImageType