vtkImageSobel2D - Computes a vector field using sobel functions.
Super Class: vtkImageSpatialFilter
Description:
vtkImageSobel2D computes a vector field from a scalar field by using Sobel functions. The number of vector components is 2 because the input is an image. Output is always floats.
Methods:
![]() | void vtkImageSobel2D () |
![]() | static vtkImageSobel2D *New () |
![]() | const char *GetClassName () |
![]() | void PrintSelf (unknown & ,vtkIndent ) |
![]() | void ThreadedExecute (vtkImageData * ,vtkImageData * ,int ,int ) |
![]() | void ExecuteImageInformation () |
Detailed Method Descriptions: