18 #ifndef itkVanHerkGilWermanErodeImageFilter_h
19 #define itkVanHerkGilWermanErodeImageFilter_h
27 template<
typename TPixel >
33 inline TPixel
operator()(
const TPixel & A,
const TPixel & B)
const
35 return vnl_math_min(A, B);
39 template<
typename TImage,
typename TKernel >
VanHerkGilWermanErodeImageFilter()
SmartPointer< Self > Pointer
VanHerkGilWermanErodeImageFilter Self
virtual ~VanHerkGilWermanErodeImageFilter()
class to implement erosions and dilations using anchor methods. This is the base class that must be i...
SmartPointer< const Self > ConstPointer
Base class for all process objects that output image data.
TPixel operator()(const TPixel &A, const TPixel &B) const
TImage::PixelType PixelType
void operator=(const Self &)
VanHerkGilWermanErodeDilateImageFilter< TImage, TKernel, MinFunctor< typename TImage::PixelType > > Superclass
InputImagePixelType m_Boundary