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