18#ifndef itkBasicErodeImageFilter_h
19#define itkBasicErodeImageFilter_h
45template <
typename TInputImage,
typename TOutputImage,
typename TKernel>
64 using typename Superclass::PixelType;
67 using typename Superclass::KernelIteratorType;
70 using typename Superclass::NeighborhoodIteratorType;
73 using typename Superclass::KernelType;
76 using typename Superclass::DefaultBoundaryConditionType;
79 static constexpr unsigned int InputImageDimension = TInputImage::ImageDimension;
80 static constexpr unsigned int OutputImageDimension = TOutputImage::ImageDimension;
81 static constexpr unsigned int KernelDimension = TKernel::NeighborhoodDimension;
86#ifdef ITK_USE_CONCEPT_CHECKING
118#ifndef ITK_MANUAL_INSTANTIATION
119# include "itkBasicErodeImageFilter.hxx"
Grayscale erosion of an image.
typename TKernel::PixelType KernelPixelType
~BasicErodeImageFilter() override=default
PixelType Evaluate(const NeighborhoodIteratorType &nit, const KernelIteratorType kernelBegin, const KernelIteratorType kernelEnd) override
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....