Rf data extraction from imaging data
1 回表示 (過去 30 日間)
古いコメントを表示
Hi,
How can I extract raw data from DICOM file in MATLAB?
Best
0 件のコメント
採用された回答
Image Analyst
2016 年 4 月 28 日
Use dicomread().
4 件のコメント
Floris Jansen
2016 年 4 月 29 日
The dicom format just provides a "container" for all kinds of data. Use dicominfo() to get detailed information about the fields that are available in your particular file. It is quite possible that the raw data is not in there.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!