Reputation: 1
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.
Please help!
Upvotes: 0
Views: 3125
Reputation: 2085
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.
Upvotes: 0