Rf data extraction from imaging data
1 view (last 30 days)
Show older comments
Hi,
How can I extract raw data from DICOM file in MATLAB?
Best
0 Comments
Accepted Answer
Image Analyst
on 28 Apr 2016
Use dicomread().
4 Comments
Floris Jansen
on 29 Apr 2016
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.
More Answers (0)
See Also
Categories
Find more on DICOM Format in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!