how to open the image extension .dat
Show older comments
Hi all,
I was Download the Zubal phantom from this site: http://noodle.med.yale.edu/phantom/getzubdata.htm
I attached the file.
But anyone can help me how to open it as CT view images? Because I know the files is CT image phantom.
1 Comment
DGM
on 11 Feb 2022
I can't log into that site. Do you know what the image geometry is supposed to be?
It's readable, but without the header file or any other info, it's just guesswork to rectify it.
Accepted Answer
More Answers (1)
Benjamin Thompson
on 10 Feb 2022
0 votes
Can your tool save to NII or NifTI format, then load it using niftiread in MATLAB?
5 Comments
mohd akmal masud
on 11 Feb 2022
mohd akmal masud
on 11 Feb 2022
B contains all slices. I only displayed one slice. Imshow() can only view one slice at a time. You can view the image using the Volume Viewer app.
volumeViewer(B)
mohd akmal masud
on 11 Feb 2022
DGM
on 11 Feb 2022
You can create the header info and then use dicomwrite().
These tools might be sufficient, depending on your needs.
Though if nothing else, you can simply look at how it's doing the file configuration internally.
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!