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