18 #ifndef itkGrayscaleMorphologicalClosingImageFilter_h
19 #define itkGrayscaleMorphologicalClosingImageFilter_h
51 template<
typename TInputImage,
typename TOutputImage,
typename TKernel >
72 static constexpr
unsigned int ImageDimension = TInputImage::ImageDimension;
114 void SetKernel(
const KernelType & kernel)
override;
117 void SetAlgorithm(
int algo);
118 itkGetConstMacro(Algorithm,
int);
123 void Modified()
const override;
127 itkSetMacro(SafeBorder,
bool);
128 itkGetConstReferenceMacro(SafeBorder,
bool);
129 itkBooleanMacro(SafeBorder);
135 void PrintSelf(std::ostream & os,
Indent indent)
const override;
137 void GenerateData()
override;
162 #ifndef ITK_MANUAL_INSTANTIATION
163 #include "itkGrayscaleMorphologicalClosingImageFilter.hxx"
VanHerkGilWermanErodeFilterType::Pointer m_VanHerkGilWermanErodeFilter
BasicErodeFilterType::Pointer m_BasicErodeFilter
gray scale dilation of an image
gray scale dilation of an image
BasicDilateFilterType::Pointer m_BasicDilateFilter
typename TInputImage::IndexType IndexType
HistogramErodeFilterType::Pointer m_HistogramErodeFilter
typename TInputImage::RegionType RegionType
gray scale dilation of an image
VanHerkGilWermanDilateFilterType::Pointer m_VanHerkGilWermanDilateFilter
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
HistogramDilateFilterType::Pointer m_HistogramDilateFilter
typename TInputImage::OffsetType OffsetType
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.
typename TInputImage::PixelType PixelType
A class to support a variety of flat structuring elements, including versions created by decompositio...
gray scale erosion of an image
Control indentation during Print() invocation.
AnchorFilterType::Pointer m_AnchorFilter
ImageBaseType::RegionType RegionType
gray scale erosion of an image
Casts input pixels to output pixel type.