vtkImageLaplacian - Computes divergence of gradient.
Super Class: vtkImageFilter
Description:
vtkimageLaplacian computes the Laplacian (like a second derivative) of a scalar image. The operation is the same as taking the divergence after a gradient. Boundaries are handled, so the input is the same as the output. The output is always float. Dimensionality determines how the input regions are interpreted. (images, or volumes). The Dimensionality defaults to two.
Methods:
void vtkImageLaplacian () | |
static vtkImageLaplacian *New () | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) | |
void SetDimensionality (int ) | |
int GetDimensionality () | |
void ComputeRequiredInputUpdateExtent (int ,int ) | |
void ThreadedExecute (vtkImageData * ,vtkImageData * ,int ,int ) |
Detailed Method Descriptions:
void SetDimensionality (int ) | |
int GetDimensionality () |