dicomread()command is not reading the .dcm format image
古いコメントを表示
matlab is not readind the dicom format image using the dicomread() command and returning......
Error using dicomread>newDicomread (line 233)
Unsupported data encoding.
Error in dicomread (line 89)
[X, map, alpha, overlays] = newDicomread(msgname, frames, useVRHeuristic);
and this is the dicom image i tried to read
8 件のコメント
eten hyle
2023 年 5 月 17 日
Rik
2023 年 5 月 17 日
Apparently the data encoding of this file is not supported. Have you tried alternative methods to read the file that don't rely on dicomread?
eten hyle
2023 年 5 月 18 日
Rik
2023 年 5 月 18 日
That wasn't my question. Did you try any of the dicom readers from the file exchange? Did you try an external program like microdicom?
Walter Roberson
2023 年 5 月 18 日
I have not downloaded the file to examine the details, but I can say that potentially the encoding is JPEG 2000, which is not handled by dicomread()
Rik
2023 年 5 月 18 日
I just tried it myself with this alternative reader. It seems to read all tags just fine, except for the image tags. Apperently it uses an alternative standard to store the image. Unless you figure out what standard that is, I doubt it will be easy to read the image.
eten hyle
2023 年 5 月 18 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で DICOM Format についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!