|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkAnchorErodeDilateImageFilter_h
19 #define itkAnchorErodeDilateImageFilter_h
38 template <
typename TImage,
typename TKernel,
typename TFunction1>
64 static constexpr
unsigned int InputImageDimension = TImage::ImageDimension;
65 static constexpr
unsigned int OutputImageDimension = TImage::ImageDimension;
82 PrintSelf(std::ostream & os,
Indent indent)
const override;
100 #ifndef ITK_MANUAL_INSTANTIATION
101 # include "itkAnchorErodeDilateImageFilter.hxx"
InputImagePixelType m_Boundary
ImageBaseType::SizeType SizeType
Control indentation during Print() invocation.
typename InputImageType::PixelType InputImagePixelType
ImageBaseType::IndexType IndexType
Base class for all process objects that output image data.
typename TInputImage::IndexType IndexType
typename InputImageType::Pointer InputImagePointer
ImageBaseType::RegionType RegionType
TInputImage InputImageType
class to implement erosions and dilations using anchor methods. This is the base class that must be i...
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename TInputImage::SizeType SizeType
A base class for all the filters working on an arbitrary shaped neighborhood.
typename InputImageType::RegionType InputImageRegionType
class to implement erosions and dilations using anchor methods. This is the base class that must be i...
typename InputImageType::ConstPointer InputImageConstPointer