vtkImageSobel3D - Computes a vector field using sobel functions.
Super Class: vtkImageSpatialFilter
Description:
vtkImageSobel3D computes a vector field from a scalar field by using Sobel functions. The number of vector components is 3 because the input is a volume. Output is always floats. A little creative liberty was used to extend the 2D sobel kernels into 3D.
Methods:
void vtkImageSobel3D () | |
static vtkImageSobel3D *New () | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) | |
void ThreadedExecute (vtkImageData * ,vtkImageData * ,int ,int ) | |
void ExecuteImageInformation () |
Detailed Method Descriptions: