除了影像的大小之外,還需要檢查pixel spacing: # Pixel Spacing(DICOM 後設資料) print("Pixel Spacing: {}".format(ds.PixelSpacing)) Pixel Spacing: [0.3125 ...
確定! 回上一頁