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 .

 采纳的回答

Sean de Wolski
Sean de Wolski 2012-4-27

0 个投票

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 个评论

thanks a lot for your help ,
can you help me with code please ?!
http://www.mathworks.com/matlabcentral/answers/36779-matlab-trick

请先登录,再进行评论。

更多回答(1 个)

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

类别

帮助中心File Exchange 中查找有关 Convert Image Type 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by