Section: Visualization Toolkit Imaging Classes
To create an instance of class vtkImageGradientMagnitude, simply invoke its constructor as follows
obj = vtkImageGradientMagnitude
obj is an instance of the vtkImageGradientMagnitude class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkImageGradientMagnitude = obj.NewInstance ()
vtkImageGradientMagnitude = obj.SafeDownCast (vtkObject o)
obj.SetHandleBoundaries (int ) - If "HandleBoundariesOn" then boundary pixels are duplicated
So central differences can get values.
int = obj.GetHandleBoundaries () - If "HandleBoundariesOn" then boundary pixels are duplicated
So central differences can get values.
obj.HandleBoundariesOn () - If "HandleBoundariesOn" then boundary pixels are duplicated
So central differences can get values.
obj.HandleBoundariesOff () - If "HandleBoundariesOn" then boundary pixels are duplicated
So central differences can get values.
obj.SetDimensionality (int ) - Determines how the input is interpreted (set of 2d slices ...)
int = obj.GetDimensionalityMinValue () - Determines how the input is interpreted (set of 2d slices ...)
int = obj.GetDimensionalityMaxValue () - Determines how the input is interpreted (set of 2d slices ...)
int = obj.GetDimensionality () - Determines how the input is interpreted (set of 2d slices ...)