Read .mhd file and convert to numpy Dec 27, 2020 Here’s the table of contents: Snippet to load and convert Snippet to load and convert from SimpleITK as sitk import numpy as np image = sitk.ReadImage("image.mhd"); image = sitk.GetArrayFromImage(image); print (image.shape);