18#ifndef itkBasicDilateImageFilter_h
19#define itkBasicDilateImageFilter_h
47template <
typename TInputImage,
typename TOutputImage,
typename TKernel>
66 using typename Superclass::PixelType;
69 using typename Superclass::KernelIteratorType;
72 using typename Superclass::NeighborhoodIteratorType;
75 using typename Superclass::KernelType;
78 using typename Superclass::DefaultBoundaryConditionType;
81 static constexpr unsigned int InputImageDimension = TInputImage::ImageDimension;
82 static constexpr unsigned int OutputImageDimension = TOutputImage::ImageDimension;
83 static constexpr unsigned int KernelDimension = TKernel::NeighborhoodDimension;
88#ifdef ITK_USE_CONCEPT_CHECKING
120#ifndef ITK_MANUAL_INSTANTIATION
121# include "itkBasicDilateImageFilter.hxx"
Grayscale dilation of an image.
PixelType Evaluate(const NeighborhoodIteratorType &nit, const KernelIteratorType kernelBegin, const KernelIteratorType kernelEnd) override
~BasicDilateImageFilter() override=default
typename TKernel::PixelType KernelPixelType
Base class for all process objects that output image data.
Base class for the morphological operations such as erosion and dilation.
typename KernelType::ConstIterator KernelIteratorType
typename TInputImage::PixelType PixelType
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....