18#ifndef itkAnchorCloseImageFilter_h
19#define itkAnchorCloseImageFilter_h
26template <
typename TImage,
typename TKernel>
30 std::greater<typename TImage::PixelType>,
31 std::less<typename TImage::PixelType>>
40 std::greater<typename TImage::PixelType>,
41 std::less<typename TImage::PixelType>>;
~AnchorCloseImageFilter() override=default
class to implement openings and closings using anchor methods.
InputImagePixelType m_Boundary2
InputImagePixelType m_Boundary1
Light weight base class for most itk classes.
static constexpr T NonpositiveMin()
static constexpr T max(const T &)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....