18 #ifndef itkAnchorOpenImageFilter_h
19 #define itkAnchorOpenImageFilter_h
25 template<
typename TImage,
typename TKernel >
28 std::greater< typename TImage::PixelType > >
InputImagePixelType m_Boundary1
InputImagePixelType m_Boundary2
Base class for all process objects that output image data.
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
static ITK_CONSTEXPR_FUNC T max(const T &)
class to implement openings and closings using anchor methods.
AnchorOpenCloseImageFilter< TImage, TKernel, std::less< typename TImage::PixelType >, std::greater< typename TImage::PixelType > > Superclass
static ITK_CONSTEXPR_FUNC T NonpositiveMin()
AnchorOpenImageFilter Self
virtual ~AnchorOpenImageFilter() override