18 #ifndef itkVanHerkGilWermanDilateImageFilter_h
19 #define itkVanHerkGilWermanDilateImageFilter_h
26 template<
typename TPixel >
32 inline TPixel
operator()(
const TPixel & A,
const TPixel & B)
const
34 return std::max(A, B);
38 template<
typename TImage,
typename TKernel >
TPixel operator()(const TPixel &A, const TPixel &B) const
VanHerkGilWermanDilateImageFilter()
Define numeric traits for std::vector.
class to implement erosions and dilations using anchor methods. This is the base class that must be i...
typename TImage::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.
~VanHerkGilWermanDilateImageFilter() override=default
InputImagePixelType m_Boundary