Documentation for vtkImageRange3D

vtkImageRange3D - Max - min of a circular neighborhood.

Super Class: vtkImageSpatialFilter

Description:

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

 

Methods:

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

 

Detailed Method Descriptions:

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 )