how to open the image extension .dat
Ältere Kommentare anzeigen
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 Kommentar
DGM
am 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.
Akzeptierte Antwort
Weitere Antworten (1)
Benjamin Thompson
am 10 Feb. 2022
0 Stimmen
Can your tool save to NII or NifTI format, then load it using niftiread in MATLAB?
5 Kommentare
mohd akmal masud
am 11 Feb. 2022
mohd akmal masud
am 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
am 11 Feb. 2022
DGM
am 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.
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
