how to open the image extension .dat
Afficher commentaires plus anciens
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 commentaire
DGM
le 11 Fév 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.
Réponse acceptée
Plus de réponses (1)
Benjamin Thompson
le 10 Fév 2022
0 votes
Can your tool save to NII or NifTI format, then load it using niftiread in MATLAB?
5 commentaires
mohd akmal masud
le 11 Fév 2022
mohd akmal masud
le 11 Fév 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
le 11 Fév 2022
DGM
le 11 Fév 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.
Catégories
En savoir plus sur Image Processing Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
