#include <itkGrayscaleMorphologicalOpeningImageFilter.h>
Inheritance diagram for itk::GrayscaleMorphologicalOpeningImageFilter< TInputImage, TOutputImage, TKernel >:
Public Types | |
typedef GrayscaleMorphologicalOpeningImageFilter | 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 | |
GrayscaleMorphologicalOpeningImageFilter () | |
~GrayscaleMorphologicalOpeningImageFilter () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | GenerateInputRequestedRegion () |
void | EnlargeOutputRequestedRegion (DataObject *) |
void | GenerateData () |
This filter preserves regions, in the foreground, that can completely contain the structuring element. At the same time, this filter eliminates all other regions of foreground pixels. The morphological opening of an image "f" is defined as: Opening(f) = Dilation(Erosion(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 45 of file itkGrayscaleMorphologicalOpeningImageFilter.h.
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 53 of file itkGrayscaleMorphologicalOpeningImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 64 of file itkGrayscaleMorphologicalOpeningImageFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 62 of file itkGrayscaleMorphologicalOpeningImageFilter.h. |
|
Kernel typedef. Definition at line 71 of file itkGrayscaleMorphologicalOpeningImageFilter.h. |
|
Superclass typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 65 of file itkGrayscaleMorphologicalOpeningImageFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 63 of file itkGrayscaleMorphologicalOpeningImageFilter.h. |
|
Declaration of pixel type. Definition at line 68 of file itkGrayscaleMorphologicalOpeningImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 52 of file itkGrayscaleMorphologicalOpeningImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 50 of file itkGrayscaleMorphologicalOpeningImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 51 of file itkGrayscaleMorphologicalOpeningImageFilter.h. |
|
|
|
Definition at line 81 of file itkGrayscaleMorphologicalOpeningImageFilter.h. |
|
GrayscaleMorphologicalOpeningImageFilter 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 >. |
|
GrayscaleMorphologicalOpeningImageFilter 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). |