18#ifndef itkVanHerkGilWermanErodeImageFilter_h
19#define itkVanHerkGilWermanErodeImageFilter_h
27template <
typename TPixel>
34 return std::min(A, B);
38template <
typename TImage,
typename TKernel>
Light weight base class for most itk classes.
TPixel operator()(const TPixel &A, const TPixel &B) const
static constexpr T max(const T &)
class to implement erosions and dilations using anchor methods. This is the base class that must be i...
InputImagePixelType m_Boundary
~VanHerkGilWermanErodeImageFilter() override=default
VanHerkGilWermanErodeImageFilter()
typename TImage::PixelType PixelType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....