当我尝试用SimpleITK读取DICOM图像时,我得到以下错误:
RuntimeError:在Notlar ImageFileReader_Execute中抛出异常: SimpleITK ImageFileReader_Execute::ERROR: Unable to open“C:/Users/egeoz/OneDrive/Masaüstü/Text/ Ders Notları/İmaging Ders notu/el.dcm”。
请帮帮我!
发布于 2020-11-19 02:08:59
SimpleITK和ITK在处理文件名中的非ascii字符方面做得不好。另外,我也建议从路径中删除空格。
https://stackoverflow.com/questions/64888563
复制相似问题