|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkVanHerkGilWermanErodeDilateImageFilter_h
19 #define itkVanHerkGilWermanErodeDilateImageFilter_h
28 template <
typename TInputImage,
typename TOutputImage,
typename TKernel>
29 class KernelImageFilter;
41 template <
typename TImage,
typename TKernel,
typename TFunction1>
67 static constexpr
unsigned int InputImageDimension = TImage::ImageDimension;
68 static constexpr
unsigned int OutputImageDimension = TImage::ImageDimension;
85 PrintSelf(std::ostream & os,
Indent indent)
const override;
101 #ifndef ITK_MANUAL_INSTANTIATION
102 # include "itkVanHerkGilWermanErodeDilateImageFilter.hxx"
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
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.
InputImagePixelType m_Boundary
class to implement erosions and dilations using anchor methods. This is the base class that must be i...
typename InputImageType::RegionType InputImageRegionType
typename InputImageType::ConstPointer InputImageConstPointer