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