MATLAB: Convert CT slice to 3d array

3darrayct

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 .

Best Answer

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".
Related Question