18#ifndef itkAnchorOpenImageFilter_h
19#define itkAnchorOpenImageFilter_h
25template <
typename TImage,
typename TKernel>
29 std::less<typename TImage::PixelType>,
30 std::greater<typename TImage::PixelType>>
39 std::less<typename TImage::PixelType>,
40 std::greater<typename TImage::PixelType>>;
class to implement openings and closings using anchor methods.
InputImagePixelType m_Boundary2
InputImagePixelType m_Boundary1
~AnchorOpenImageFilter() override=default
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....