18#ifndef itkGrayscaleFunctionErodeImageFilter_h
19#define itkGrayscaleFunctionErodeImageFilter_h
49template <
typename TInputImage,
typename TOutputImage,
typename TKernel>
69 using typename Superclass::PixelType;
72 using typename Superclass::KernelIteratorType;
75 using typename Superclass::NeighborhoodIteratorType;
78 using typename Superclass::KernelType;
81 using typename Superclass::DefaultBoundaryConditionType;
84 static constexpr unsigned int InputImageDimension = TInputImage::ImageDimension;
85 static constexpr unsigned int OutputImageDimension = TOutputImage::ImageDimension;
86 static constexpr unsigned int KernelDimension = TKernel::NeighborhoodDimension;
91#ifdef ITK_USE_CONCEPT_CHECKING
126#ifndef ITK_MANUAL_INSTANTIATION
127# include "itkGrayscaleFunctionErodeImageFilter.hxx"
Grayscale function erosion of an image.
GrayscaleFunctionErodeImageFilter()
typename TKernel::PixelType KernelPixelType
~GrayscaleFunctionErodeImageFilter() 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....