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 .

 Accepted Answer

Sean de Wolski
Sean de Wolski on 27 Apr 2012
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 Comments

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

Sign in to comment.

More Answers (1)

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

1 Comment

yes i have it in DICOM format, thanks for your help :)

Sign in to comment.

Categories

Tags

Community Treasure Hunt

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

Start Hunting!