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 std::min(A, B);
39 template<
typename TImage,
typename TKernel >
VanHerkGilWermanErodeImageFilter()
~VanHerkGilWermanErodeImageFilter() override=default
Define numeric traits for std::vector.
class to implement erosions and dilations using anchor methods. This is the base class that must be i...
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.
TPixel operator()(const TPixel &A, const TPixel &B) const
typename TImage::PixelType PixelType
InputImagePixelType m_Boundary