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()
class to implement erosions and dilations using anchor methods. This is the base class that must be i...
Base class for all process objects that output image data.
SmartPointer< Self > Pointer
virtual ~VanHerkGilWermanDilateImageFilter() override
VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, MaxFunctor< typename TImage::PixelType > > Superclass
SmartPointer< const Self > ConstPointer
VanHerkGilWermanDilateImageFilter Self
static ITK_CONSTEXPR_FUNC T NonpositiveMin()
TImage::PixelType PixelType
InputImagePixelType m_Boundary