From: Sylmina on
Hi everyone,

I have a set of 2d images to be processed. These images comes from 3d dicom image. The outcome of this algorithm is to detect an area in each of the images.

The problem is I want to reconstruct the detected area on each images to be 3d volume.

how do i proceed for this reconstruction?

thanks in advance for any help !
From: ImageAnalyst on
How about if you just go through slice by slice and add up the area in
each slice and then multiply by the slice thickness?

If not then explain better, because a "detected area" cannot be a "3D
volume." It sounds like your "detected" area has already been found
or identified somehow - is that right? And explain what you mean by
"reconstruct." Do you mean visualization? How about an isosurface?
Did you check the 3D visualization section in the help? How about
posting a link that shows something similar to what you want?