0
import pydicom
filename = r"E:\Codes\Python\tt.dcm";
ds = pydicom.read_file(filename,force=True)
ds.pixel_array

次に、このエラーが発生します: AttributeError: 'FileDataset' object has no attribute 'PixelRepresentation' エラー情報: 間違った理由の画像

4

1 に答える 1