18 #ifndef itkVanHerkGilWermanDilateImageFilter_h
19 #define itkVanHerkGilWermanDilateImageFilter_h
22 #include "vnl/vnl_math.h"
26 template<
typename TPixel >
32 inline TPixel
operator()(
const TPixel & A,
const TPixel & B)
const
34 return vnl_math_max(A, B);
38 template<
typename TImage,
typename TKernel >
TPixel operator()(const TPixel &A, const TPixel &B) const
VanHerkGilWermanDilateImageFilter()
virtual ~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
VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, MaxFunctor< typename TImage::PixelType > > Superclass
SmartPointer< const Self > ConstPointer
VanHerkGilWermanDilateImageFilter Self
void operator=(const Self &)
static T NonpositiveMin()
TImage::PixelType PixelType
InputImagePixelType m_Boundary