import imageio import numpy as np im1=imageio.imread('chest-000.dcm') im2=imageio.imread('chest-001.dcm') im3=imageio.imread('chest-002.dcm') im1.shape
確定! 回上一頁