18 #ifndef itkGrayscaleDilateImageFilter_h
19 #define itkGrayscaleDilateImageFilter_h
52 template<
typename TInputImage,
typename TOutputImage,
typename TKernel >
73 static constexpr
unsigned int ImageDimension = TInputImage::ImageDimension;
107 void SetKernel(
const KernelType & kernel)
override;
115 void SetAlgorithm(
int algo);
117 itkGetConstMacro(Algorithm,
int);
120 void Modified()
const override;
135 void PrintSelf(std::ostream & os,
Indent indent)
const override;
137 void GenerateData()
override;
159 #ifndef ITK_MANUAL_INSTANTIATION
160 #include "itkGrayscaleDilateImageFilter.hxx"
gray scale dilation of an image
typename TInputImage::IndexType IndexType
AnchorFilterType::Pointer m_AnchorFilter
typename TInputImage::RegionType RegionType
gray scale dilation of an image
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 TInputImage::OffsetType OffsetType
VHGWFilterType::Pointer m_VHGWFilter
ImageBaseType::SizeType SizeType
typename OutputImageType::RegionType OutputImageRegionType
ImageBaseType::IndexType IndexType
typename TInputImage::SizeType SizeType
TOutputImage OutputImageType
A base class for all the filters working on an arbitrary shaped neighborhood.
unsigned int ThreadIdType
A class to support a variety of flat structuring elements, including versions created by decompositio...
typename TInputImage::PixelType PixelType
DefaultBoundaryConditionType m_BoundaryCondition
Control indentation during Print() invocation.
ImageBaseType::RegionType RegionType
Grayscale dilation of an image.
BasicFilterType::Pointer m_BasicFilter
HistogramFilterType::Pointer m_HistogramFilter
Casts input pixels to output pixel type.