Documentation for vtkImageContinuousDilate3D

vtkImageContinuousDilate3D - Dilate implemented as a maximum.

Super Class: vtkImageSpatialFilter

Description:

vtkImageContinuousDilate3D replaces a pixel with the maximum over an elipsiodal neighborhood. If KernelSize of an axis is 1, no processing is done on that axis.

 

Methods:

void vtkImageContinuousDilate3D ()
void vtkImageContinuousDilate3D ()
static vtkImageContinuousDilate3D *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
void SetKernelSize (int ,int ,int )
void ThreadedExecute (vtkImageData * ,vtkImageData * ,int ,int )

 

Detailed Method Descriptions:

Construct an instance of vtkImageContinuousDilate3D fitler. By default zero values are dilated.

void vtkImageContinuousDilate3D ()

This method sets the size of the neighborhood. It also sets the default middle of the neighborhood and computes the elliptical foot print.

void SetKernelSize (int ,int ,int )