Section: Visualization Toolkit Imaging Classes
To create an instance of class vtkImageNonMaximumSuppression, simply invoke its constructor as follows
obj = vtkImageNonMaximumSuppression
obj
is an instance of the vtkImageNonMaximumSuppression class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkImageNonMaximumSuppression = obj.NewInstance ()
vtkImageNonMaximumSuppression = obj.SafeDownCast (vtkObject o)
obj.SetMagnitudeInput (vtkImageData input)
- Set the magnitude and vector inputs.
obj.SetVectorInput (vtkImageData input)
- Set the magnitude and vector inputs.
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 or a 3D volume)
int = obj.GetDimensionalityMinValue ()
- Determines how the input is interpreted (set of 2d slices or a 3D volume)
int = obj.GetDimensionalityMaxValue ()
- Determines how the input is interpreted (set of 2d slices or a 3D volume)
int = obj.GetDimensionality ()
- Determines how the input is interpreted (set of 2d slices or a 3D volume)