0
0

pydicomの使い方について

Posted at

【DICOM】【入門】Pydicomの使い方その他で、何とか使用したいと考えております。
example.py
import pydicom

file = pydicom.dcmread('sample/sample.dcm')

print(file)
がうまく動きません。dicom dataをどこに置くと読めるようになるのかを知りたいと考えております。
お教え願える方がいましたら、よろしくお願いします。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0