cmg
cmg

Reputation: 1

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!

Upvotes: 0

Views: 3125

Answers (1)

Dave Chen
Dave Chen

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

Related Questions