how to open the image extension .dat
Mostrar comentarios más antiguos
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 comentario
DGM
el 11 de Feb. de 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.
Respuesta aceptada
Más respuestas (1)
Benjamin Thompson
el 10 de Feb. de 2022
0 votos
Can your tool save to NII or NifTI format, then load it using niftiread in MATLAB?
5 comentarios
mohd akmal masud
el 11 de Feb. de 2022
mohd akmal masud
el 11 de Feb. de 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
el 11 de Feb. de 2022
DGM
el 11 de Feb. de 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.
Categorías
Más información sobre Image Processing Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
