image = sitk.ReadImage('path to image') Array_of_image = image.GetArrayFromImage() array_of_image is now a numpy array of your pixel data. If you want to learn ...
確定! 回上一頁