私は使用pydicom
していますが、私のコードは非常に簡単です:
image = np.stack([s.pixel_array for s in scans])
しかし、これにより実行時エラーが発生します。
RuntimeError: The following handlers are available to decode the pixel data however they are missing required dependencies: GDCM (req. GDCM), Pillow (req. Pillow)
どうすればいいのかわからない。どんな助けでも..役に立ちます。