18 #ifndef itkGrayscaleMorphologicalClosingImageFilter_h
19 #define itkGrayscaleMorphologicalClosingImageFilter_h
51 template<
typename TInputImage,
typename TOutputImage,
typename TKernel >
70 itkStaticConstMacro(ImageDimension,
unsigned int,
71 TInputImage::ImageDimension);
115 void SetKernel(
const KernelType & kernel) ITK_OVERRIDE;
118 void SetAlgorithm(
int algo);
119 itkGetConstMacro(Algorithm,
int);
124 virtual void Modified() const ITK_OVERRIDE;
128 itkSetMacro(SafeBorder,
bool);
129 itkGetConstReferenceMacro(SafeBorder,
bool);
130 itkBooleanMacro(SafeBorder);
135 ~GrayscaleMorphologicalClosingImageFilter() ITK_OVERRIDE {}
136 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
138 void GenerateData() ITK_OVERRIDE;
165 #ifndef ITK_MANUAL_INSTANTIATION
166 #include "itkGrayscaleMorphologicalClosingImageFilter.hxx"
VanHerkGilWermanDilateImageFilter< TInputImage, FlatKernelType > VanHerkGilWermanDilateFilterType
gray scale dilation of an image
SmartPointer< const Self > ConstPointer
gray scale dilation of an image
FlatStructuringElement< itkGetStaticConstMacro(ImageDimension) > FlatKernelType
TInputImage::IndexType IndexType
gray scale dilation of an image
BasicDilateImageFilter< TInputImage, TInputImage, TKernel > BasicDilateFilterType
MovingHistogramDilateImageFilter< TInputImage, TOutputImage, TKernel > HistogramDilateFilterType
TInputImage::PixelType PixelType
Base class for all process objects that output image data.
TInputImage::SizeType SizeType
TInputImage InputImageType
BasicErodeImageFilter< TInputImage, TOutputImage, TKernel > BasicErodeFilterType
MovingHistogramErodeImageFilter< TInputImage, TOutputImage, TKernel > HistogramErodeFilterType
CastImageFilter< TInputImage, TOutputImage > SubtractFilterType
A base class for all the filters working on an arbitrary shaped neighborhood.
TInputImage::OffsetType OffsetType
A class to support a variety of flat structuring elements, including versions created by decompositio...
gray scale erosion of an image
TInputImage::RegionType RegionType
VanHerkGilWermanErodeImageFilter< TInputImage, FlatKernelType > VanHerkGilWermanErodeFilterType
SmartPointer< Self > Pointer
GrayscaleMorphologicalClosingImageFilter Self
Control indentation during Print() invocation.
ImageBaseType::SizeType SizeType
TOutputImage OutputImageType
AnchorCloseImageFilter< TInputImage, FlatKernelType > AnchorFilterType
Superclass::OutputImageRegionType OutputImageRegionType
gray scale erosion of an image
KernelImageFilter< TInputImage, TOutputImage, TKernel > Superclass
Casts input pixels to output pixel type.
ImageBaseType::IndexType IndexType