Section: Visualization Toolkit Imaging Classes
To create an instance of class vtkImageCorrelation, simply invoke its constructor as follows
obj = vtkImageCorrelation
obj is an instance of the vtkImageCorrelation class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkImageCorrelation = obj.NewInstance ()
vtkImageCorrelation = obj.SafeDownCast (vtkObject o)
obj.SetDimensionality (int ) - Determines how the input is interpreted (set of 2d slices ...).
The default is 2.
int = obj.GetDimensionalityMinValue () - Determines how the input is interpreted (set of 2d slices ...).
The default is 2.
int = obj.GetDimensionalityMaxValue () - Determines how the input is interpreted (set of 2d slices ...).
The default is 2.
int = obj.GetDimensionality () - Determines how the input is interpreted (set of 2d slices ...).
The default is 2.
obj.SetInput1 (vtkDataObject in) - Set the correlation kernel.
obj.SetInput2 (vtkDataObject in)