简体   繁体   中英

Can't read dicom with SimpleITK

When i try to read a DICOM image with SimpleITK i get the following error:

RuntimeError: Exception thrown in SimpleITK ImageFileReader_Execute: D:\\a\\1\\work\\Code\\IO\\src\\sitkImageReaderBase.cxx:102: sitk::ERROR: Unable to open "C:/Users/egeoz/OneDrive/Masaüstü/Texts/Ders Notları/İmaging Ders notu/el.dcm" for reading.

image

Please help!

SimpleITK and ITK don't do a good job of handling non-ascii characters in the file names. Also, I would suggest removing spaces from the path too.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM