18 #ifndef itkGrayscaleFunctionErodeImageFilter_h
19 #define itkGrayscaleFunctionErodeImageFilter_h
49 template<
typename TInputImage,
typename TOutputImage,
typename TKernel >
85 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
86 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
87 static constexpr
unsigned int KernelDimension = TKernel::NeighborhoodDimension;
92 #ifdef ITK_USE_CONCEPT_CHECKING
133 #ifndef ITK_MANUAL_INSTANTIATION
134 #include "itkGrayscaleFunctionErodeImageFilter.hxx"
typename Superclass::DefaultBoundaryConditionType DefaultBoundaryConditionType
typename Superclass::KernelIteratorType KernelIteratorType
gray scale function erosion of an image
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for all process objects that output image data.
Base class for the morphological operations such as erosion and dialation.
DefaultBoundaryConditionType m_ErodeBoundaryCondition
typename Superclass::PixelType PixelType
typename Superclass::NeighborhoodIteratorType NeighborhoodIteratorType
typename TKernel::PixelType KernelPixelType
#define itkConceptMacro(name, concept)