|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkGrayscaleDilateImageFilter_h
19 #define itkGrayscaleDilateImageFilter_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 "itkGrayscaleDilateImageFilter.hxx"
Casts input pixels to output pixel type.
AlgorithmEnum m_Algorithm
DefaultBoundaryConditionType m_BoundaryCondition
Grayscale dilation of an image.
A class to support a variety of flat structuring elements, including versions created by decompositio...
Algorithm or implementation used in the dilation/erosion operations.
ImageBaseType::SizeType SizeType
HistogramFilterType::Pointer m_HistogramFilter
Control indentation during Print() invocation.
typename TInputImage::OffsetType OffsetType
BasicFilterType::Pointer m_BasicFilter
Grayscale dilation of an image.
unsigned int ThreadIdType
ImageBaseType::IndexType IndexType
Base class for all process objects that output image data.
typename TInputImage::IndexType IndexType
typename TInputImage::PixelType PixelType
ImageBaseType::RegionType RegionType
TInputImage InputImageType
typename OutputImageType::RegionType OutputImageRegionType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Grayscale dilation of an image.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
AnchorFilterType::Pointer m_AnchorFilter
typename TInputImage::SizeType SizeType
A base class for all the filters working on an arbitrary shaped neighborhood.
VHGWFilterType::Pointer m_VHGWFilter
TOutputImage OutputImageType
typename TInputImage::RegionType RegionType