We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff614cb commit 7acdc49Copy full SHA for 7acdc49
src/Bridge/VtkGlue/ConvertAnRGBitkImageTovtkImageData/Code.py
@@ -32,6 +32,6 @@
32
33
inputImage = itk.imread(args.input_image)
34
35
-vtkImage = itk.image_to_vtk_image(inputImage)
+vtkImage = itk.vtk_image_from_image(inputImage)
36
37
print(vtkImage)
src/Bridge/VtkGlue/ConvertAnitkImageTovtkImageData/Code.py
@@ -30,6 +30,6 @@
30
31
0 commit comments