18#ifndef itkFastIncrementalBinaryDilateImageFilter_h
19#define itkFastIncrementalBinaryDilateImageFilter_h
51template <
typename TInputImage,
typename TOutputImage,
typename TKernel>
59 static constexpr unsigned int InputImageDimension = TInputImage::ImageDimension;
60 static constexpr unsigned int OutputImageDimension = TOutputImage::ImageDimension;
63 static constexpr unsigned int KernelDimension = TKernel::NeighborhoodDimension;
Fast binary dilation of a single intensity value in the image.
FastIncrementalBinaryDilateImageFilter()=default
~FastIncrementalBinaryDilateImageFilter() override=default
Base class for all process objects that output image data.
TOutputImage OutputImageType
TInputImage InputImageType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....