Documentation for vtkImageContinuousErode3D

vtkImageContinuousErode3D - Erosion implemented as a minimum.

Super Class: vtkImageSpatialFilter

Description:

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

 

Methods:

void vtkImageContinuousErode3D ()
void vtkImageContinuousErode3D ()
static vtkImageContinuousErode3D *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 vtkImageContinuousErode3D fitler. By default zero values are eroded.

void vtkImageContinuousErode3D ()

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

void SetKernelSize (int ,int ,int )