18 #ifndef itkBasicErodeImageFilter_h
19 #define itkBasicErodeImageFilter_h
45 template<
typename TInputImage,
typename TOutputImage,
typename TKernel >
80 TInputImage::ImageDimension);
82 TOutputImage::ImageDimension);
84 TKernel::NeighborhoodDimension);
90 #ifdef ITK_USE_CONCEPT_CHECKING
129 #ifndef ITK_MANUAL_INSTANTIATION
130 #include "itkBasicErodeImageFilter.hxx"
Superclass::KernelType KernelType
static const unsigned int InputImageDimension
ConstantBoundaryCondition< InputImageType > DefaultBoundaryConditionType
BasicErodeImageFilter Self
Base class for all process objects that output image data.
KernelType::ConstIterator KernelIteratorType
SmartPointer< Self > Pointer
Base class for the morphological operations such as erosion and dialation.
TKernel::PixelType KernelPixelType
ConstNeighborhoodIterator< TInputImage > NeighborhoodIteratorType
Superclass::PixelType PixelType
static const unsigned int KernelDimension
DefaultBoundaryConditionType m_ErodeBoundaryCondition
static const unsigned int OutputImageDimension
virtual PixelType Evaluate(const NeighborhoodIteratorType &nit, const KernelIteratorType kernelBegin, const KernelIteratorType kernelEnd) override
gray scale erosion of an image
TInputImage::PixelType PixelType
Superclass::NeighborhoodIteratorType NeighborhoodIteratorType
MorphologyImageFilter< TInputImage, TOutputImage, TKernel > Superclass
#define itkConceptMacro(name, concept)
Superclass::DefaultBoundaryConditionType DefaultBoundaryConditionType
void operator=(const Self &)
SmartPointer< const Self > ConstPointer
Superclass::KernelIteratorType KernelIteratorType