#include <itkGrayscaleDilateImageFilter.h>
Inheritance diagram for itk::GrayscaleDilateImageFilter< TInputImage, TOutputImage, TKernel >:
Public Types | |
typedef GrayscaleDilateImageFilter | Self |
typedef MorphologyImageFilter< TInputImage, TOutputImage, TKernel > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::PixelType | PixelType |
typedef Superclass::KernelIteratorType | KernelIteratorType |
typedef Superclass::NeighborhoodIteratorType | NeighborhoodIteratorType |
typedef Superclass::KernelType | KernelType |
typedef Superclass::DefaultBoundaryConditionType | DefaultBoundaryConditionType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
GrayscaleDilateImageFilter () | |
~GrayscaleDilateImageFilter () | |
PixelType | Evaluate (const NeighborhoodIteratorType &nit, const KernelIteratorType kernelBegin, const KernelIteratorType kernelEnd) |
Dilate an image using grayscale morphology. Dilation takes the maximum of all the pixels identified by the structuring element.
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.
For the each input image pixel,
Definition at line 46 of file itkGrayscaleDilateImageFilter.h.
|
Reimplemented from itk::MorphologyImageFilter< TInputImage, TOutputImage, TKernel >. Definition at line 55 of file itkGrayscaleDilateImageFilter.h. |
|
Default boundary condition type Reimplemented from itk::MorphologyImageFilter< TInputImage, TOutputImage, TKernel >. Definition at line 77 of file itkGrayscaleDilateImageFilter.h. |
|
Kernel (structuring element) iterator. Reimplemented from itk::MorphologyImageFilter< TInputImage, TOutputImage, TKernel >. Definition at line 68 of file itkGrayscaleDilateImageFilter.h. |
|
Kernel typedef. Reimplemented from itk::MorphologyImageFilter< TInputImage, TOutputImage, TKernel >. Definition at line 74 of file itkGrayscaleDilateImageFilter.h. |
|
Neighborhood iterator type. Reimplemented from itk::MorphologyImageFilter< TInputImage, TOutputImage, TKernel >. Definition at line 71 of file itkGrayscaleDilateImageFilter.h. |
|
Declaration of pixel type. Reimplemented from itk::MorphologyImageFilter< TInputImage, TOutputImage, TKernel >. Definition at line 65 of file itkGrayscaleDilateImageFilter.h. |
|
Reimplemented from itk::MorphologyImageFilter< TInputImage, TOutputImage, TKernel >. Definition at line 54 of file itkGrayscaleDilateImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::MorphologyImageFilter< TInputImage, TOutputImage, TKernel >. Definition at line 51 of file itkGrayscaleDilateImageFilter.h. |
|
Reimplemented from itk::MorphologyImageFilter< TInputImage, TOutputImage, TKernel >. Definition at line 53 of file itkGrayscaleDilateImageFilter.h. |
|
|
|
Definition at line 81 of file itkGrayscaleDilateImageFilter.h. |
|
Evaluate image neighborhood with kernel to find the new value for the center pixel value It will return the maximum value of the image pixels whose corresponding element in the structuring element is positive. This version of Evaluate is used for non-boundary pixels. Implements itk::MorphologyImageFilter< TInputImage, TOutputImage, TKernel >. |
|
Runtime information support. Reimplemented from itk::MorphologyImageFilter< TInputImage, TOutputImage, TKernel >. |
|
Standard New method. Reimplemented from itk::Object. |