#include <itkGrayscaleMorphologicalClosingImageFilter.h>
Inheritance diagram for itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >:
Public Types | |
typedef GrayscaleMorphologicalClosingImageFilter | Self |
typedef ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage | InputImageType |
typedef TOutputImage | OutputImageType |
typedef InputImageType::Pointer | InputImagePointer |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef TInputImage::PixelType | PixelType |
typedef TKernel | KernelType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual void | SetKernel (KernelType _arg) |
virtual const KernelType & | GetKernel () |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
GrayscaleMorphologicalClosingImageFilter () | |
~GrayscaleMorphologicalClosingImageFilter () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | GenerateInputRequestedRegion () |
void | EnlargeOutputRequestedRegion (DataObject *) |
void | GenerateData () |
This filter removes small (i.e., smaller than the structuring element)holes and tube like structures in the interior or at the boundaries of the image. The morphological closing of an image "f" is defined as: Closing(f) = Erosion(Dilation(f)).
The structuring element is assumed to be composed of binary values (zero or one). Only elements of the structuring element having values > 0 are candidates for affecting the center pixel.
Definition at line 44 of file itkGrayscaleMorphologicalClosingImageFilter.h.
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 52 of file itkGrayscaleMorphologicalClosingImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 63 of file itkGrayscaleMorphologicalClosingImageFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 61 of file itkGrayscaleMorphologicalClosingImageFilter.h. |
|
Kernel typedef. Definition at line 70 of file itkGrayscaleMorphologicalClosingImageFilter.h. |
|
Superclass typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 64 of file itkGrayscaleMorphologicalClosingImageFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 62 of file itkGrayscaleMorphologicalClosingImageFilter.h. |
|
Declaration of pixel type. Definition at line 67 of file itkGrayscaleMorphologicalClosingImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 51 of file itkGrayscaleMorphologicalClosingImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 49 of file itkGrayscaleMorphologicalClosingImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 50 of file itkGrayscaleMorphologicalClosingImageFilter.h. |
|
|
|
Definition at line 80 of file itkGrayscaleMorphologicalClosingImageFilter.h. |
|
GrayscaleMorphologicalClosingImageFilter will produce the entire output. Reimplemented from itk::ProcessObject. |
|
Single-threaded version of GenerateData. This filter delegates to GrayscaleDilateImageFilter GrayscaleErodeImageFilter. Reimplemented from itk::ImageSource< TOutputImage >. |
|
GrayscaleMorphologicalClosingImageFilter needs the entire input be available. Thus, it needs to provide an implementation of GenerateInputRequestedRegion(). Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
Get the kernel (structuring element). |
|
Runtime information support. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
Standard New method. Reimplemented from itk::Object. |
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
Set kernel (structuring element). |