18 #ifndef itkAnchorErodeDilateImageFilter_h
19 #define itkAnchorErodeDilateImageFilter_h
38 template<
typename TImage,
typename TKernel,
67 static constexpr
unsigned int InputImageDimension = TImage::ImageDimension;
68 static constexpr
unsigned int OutputImageDimension = TImage::ImageDimension;
85 void PrintSelf(std::ostream & os,
Indent indent)
const override;
102 #ifndef ITK_MANUAL_INSTANTIATION
103 #include "itkAnchorErodeDilateImageFilter.hxx"
class to implement erosions and dilations using anchor methods. This is the base class that must be i...
typename TInputImage::IndexType IndexType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for all process objects that output image data.
TInputImage InputImageType
typename InputImageType::PixelType InputImagePixelType
typename InputImageType::Pointer InputImagePointer
ImageBaseType::SizeType SizeType
ImageBaseType::IndexType IndexType
typename TInputImage::SizeType SizeType
A base class for all the filters working on an arbitrary shaped neighborhood.
typename InputImageType::RegionType InputImageRegionType
InputImagePixelType m_Boundary
Control indentation during Print() invocation.
ImageBaseType::RegionType RegionType
typename InputImageType::ConstPointer InputImageConstPointer
class to implement erosions and dilations using anchor methods. This is the base class that must be i...