18 #ifndef itkBasicDilateImageFilter_h
19 #define itkBasicDilateImageFilter_h
47 template<
typename TInputImage,
typename TOutputImage,
typename TKernel >
83 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
84 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
85 static constexpr
unsigned int KernelDimension = TKernel::NeighborhoodDimension;
90 #ifdef ITK_USE_CONCEPT_CHECKING
126 #ifndef ITK_MANUAL_INSTANTIATION
127 #include "itkBasicDilateImageFilter.hxx"
gray scale dilation of an image
typename Superclass::KernelIteratorType KernelIteratorType
typename Superclass::PixelType PixelType
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.
typename TKernel::PixelType KernelPixelType
Base class for the morphological operations such as erosion and dialation.
typename Superclass::NeighborhoodIteratorType NeighborhoodIteratorType
typename Superclass::DefaultBoundaryConditionType DefaultBoundaryConditionType
#define itkConceptMacro(name, concept)
DefaultBoundaryConditionType m_DilateBoundaryCondition