Problem with DICOM Read for MPEG
古いコメントを表示
I'm attempting to read an exported dicom image of a fluoroscopy scan. The dicominfo command will correctly read the header and I can see all of the elements. However, using dicomread gives the following error:
Error using error
Incorrect number of parameters supplied for
'images:dicomread:unsupportedEncoding'. Expected 1 but found 0.
Error in dicomread>newDicomread (line 235)
error(message('images:dicomread:unsupportedEncoding'))
Error in dicomread (line 91)
[X, map, alpha, overlays] = newDicomread(msgname, frames, useVRHeuristic);
The transfer syntax UID is '1.2.840.10008.1.2.4.100' , does anyone know if this format is not supported by MATLAB? If it isn't has anyone written any code they'd be willing to share to read these types of DICOM files?
4 件のコメント
KALYAN ACHARJYA
2019 年 11 月 23 日
Can you share the code line where the error is occurring?
blburke
2019 年 11 月 25 日
Walter Roberson
2019 年 11 月 25 日
I reported the glitch in the error message to Mathworks.
Ashish Uthama
2019 年 12 月 5 日
Thanks Walter!
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Read and Write Image Data from Files についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!