Error while reading the dcm image with pydicom

前端 未结 0 1028
孤独总比滥情好
孤独总比滥情好 2020-11-28 21:47
import pydicom
from pydicom import dcmread
from pydicom.data import get_testdata_file
fpath = get_testdata_file("MR_small.dcm")
ds = pydicom.dcmread(fpath)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题