18 #ifndef itkBasicErodeImageFilter_h
19 #define itkBasicErodeImageFilter_h
45 template<
typename TInputImage,
typename TOutputImage,
typename TKernel >
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
124 #ifndef ITK_MANUAL_INSTANTIATION
125 #include "itkBasicErodeImageFilter.hxx"
typename Superclass::KernelIteratorType KernelIteratorType
typename Superclass::PixelType PixelType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename Superclass::DefaultBoundaryConditionType DefaultBoundaryConditionType
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 TKernel::PixelType KernelPixelType
gray scale erosion of an image
#define itkConceptMacro(name, concept)
typename Superclass::NeighborhoodIteratorType NeighborhoodIteratorType