convert CT slice to 3d array

Hello !
I am writing to see if somebody can help me to know how to convert CT slice to 3D array to use it in marching cubes ISO-surface extraction ,
and do i use one ct slice or more than one to convert it to 3d array?
Every little help is greatly appreciated!
thanks .

 Respuesta aceptada

Sean de Wolski
Sean de Wolski el 27 de Abr. de 2012

0 votos

Each slice is one plane of a three-dimensional array. Of course each slice can be a one voxel thick three-dimensional array if it traverses the third-dimension of if you associate it with a thickness. Typically, for CT/MRI images, you would stack multiple planes together and then analyze the volume created by them. This would be required for mcubes since they expect a "cube".

2 comentarios

Yassmin Abdallah
Yassmin Abdallah el 27 de Abr. de 2012
thanks a lot for your help ,
can you help me with code please ?!
Sean de Wolski
Sean de Wolski el 27 de Abr. de 2012
http://www.mathworks.com/matlabcentral/answers/36779-matlab-trick

Iniciar sesión para comentar.

Más respuestas (1)

Matt Kindig
Matt Kindig el 27 de Abr. de 2012

1 voto

If you have the images in DICOM format, you can use 'dicomread' to read the images.
help dicomread

1 comentario

Yassmin Abdallah
Yassmin Abdallah el 27 de Abr. de 2012
yes i have it in DICOM format, thanks for your help :)

Iniciar sesión para comentar.

Categorías

Más información sobre Convert Image Type en Centro de ayuda y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by