Rf data extraction from imaging data

Hi,
How can I extract raw data from DICOM file in MATLAB?
Best

 採用された回答

Image Analyst
Image Analyst 2016 年 4 月 28 日

0 投票

Use dicomread().

4 件のコメント

mosa mm
mosa mm 2016 年 4 月 28 日
It doesn't give the data matrix, but it just displays the image and give some variables like rows, columns and frames...!
Image Analyst
Image Analyst 2016 年 4 月 28 日
Bizarre. The help for it doesn't say anything about it displaying an image. Can you attach your image? What do you consider to be the raw data if it's not the image and metadata like number of columns and so on?
mosa mm
mosa mm 2016 年 4 月 28 日
I wanna get access to the samples...
Floris Jansen
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 件)

カテゴリ

ヘルプ センター および File ExchangeDICOM Format についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by