Borrar filtros
Borrar filtros

Display multiple slices of a Dicom file

11 visualizaciones (últimos 30 días)
Emerson Nithiyaraj
Emerson Nithiyaraj el 16 de Sept. de 2019
Respondida: Mahesh Taparia el 13 de En. de 2020
hello,
I have a CT medical image file of size 512*512*624. I want to display some slices (say. from slice 447 to 457) in a subplot or in seperate figures, what can i do?
  2 comentarios
Mahesh Taparia
Mahesh Taparia el 19 de Sept. de 2019
Can you share one of your Dicom file?
Emerson Nithiyaraj
Emerson Nithiyaraj el 19 de Sept. de 2019
the size of the file is huge and it restricts me from sharing here

Iniciar sesión para comentar.

Respuestas (2)

Mahesh Taparia
Mahesh Taparia el 13 de En. de 2020
Hi,
You can also display the image using 'volshow' function. For example:
x=yourData(:,:,447:457);
volshow(x)
For more information, you can refer to the documentation page of volshow here.

Kritika Bansal
Kritika Bansal el 13 de En. de 2020
Hi,
You can possibly use the following function from File Exchange to do so:

Categorías

Más información sobre DICOM Format en Help Center y File Exchange.

Productos


Versión

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by