|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkGrayscaleErodeImageFilter_h
19 #define itkGrayscaleErodeImageFilter_h
53 template <
typename TInputImage,
typename TOutputImage,
typename TKernel>
72 static constexpr
unsigned int ImageDimension = TInputImage::ImageDimension;
105 #if !defined(ITK_LEGACY_REMOVE)
112 static constexpr
AlgorithmType ANCHOR = AlgorithmType::ANCHOR;
118 SetKernel(
const KernelType & kernel)
override;
134 Modified()
const override;
143 PrintSelf(std::ostream & os,
Indent indent)
const override;
146 GenerateData()
override;
168 #ifndef ITK_MANUAL_INSTANTIATION
169 # include "itkGrayscaleErodeImageFilter.hxx"
typename TInputImage::PixelType PixelType
Casts input pixels to output pixel type.
AlgorithmEnum m_Algorithm
A class to support a variety of flat structuring elements, including versions created by decompositio...
Algorithm or implementation used in the dilation/erosion operations.
VHGWFilterType::Pointer m_VHGWFilter
ImageBaseType::SizeType SizeType
Grayscale erosion of an image.
BasicFilterType::Pointer m_BasicFilter
Control indentation during Print() invocation.
Grayscale erosion of an image.
typename TInputImage::OffsetType OffsetType
unsigned int ThreadIdType
ImageBaseType::IndexType IndexType
Base class for all process objects that output image data.
Grayscale erosion of an image.
typename TInputImage::IndexType IndexType
ImageBaseType::RegionType RegionType
HistogramFilterType::Pointer m_HistogramFilter
DefaultBoundaryConditionType m_BoundaryCondition
TInputImage InputImageType
typename OutputImageType::RegionType OutputImageRegionType
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.
AnchorFilterType::Pointer m_AnchorFilter
TOutputImage OutputImageType
typename TInputImage::RegionType RegionType