We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
With the following code, you should be able to convert numpy arrays to VTK image data:
from vtk.util import numpy_support vtkarray = numpy_support.numpy_to_vtk(numpy_array) numpy_array2 = numpy_support.vtk_to_numpy(vtkarray)
There was an error while loading. Please reload this page.