|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkDilateObjectMorphologyImageFilter_h
19 #define itkDilateObjectMorphologyImageFilter_h
46 template <
typename TInputImage,
typename TOutputImage,
typename TKernel>
83 #ifdef ITK_USE_CONCEPT_CHECKING
93 PrintSelf(std::ostream & os,
Indent indent)
const override;
109 #ifndef ITK_MANUAL_INSTANTIATION
110 # include "itkDilateObjectMorphologyImageFilter.hxx"
dilation of an object in an image
typename Superclass::DefaultBoundaryConditionType DefaultBoundaryConditionType
DefaultBoundaryConditionType m_DilateBoundaryCondition
Control indentation during Print() invocation.
Base class for all process objects that output image data.
Defines iteration of a local N-dimensional neighborhood of pixels across an itk::Image.
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename Superclass::PixelType PixelType
typename TKernel::PixelType KernelPixelType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename KernelType::ConstIterator KernelIteratorType
Base class for the morphological operations being applied to isolated objects in an image.