Import volume by projections

I have three dcm files for each projection.
Is it a way to open them together ? Because Slicer loads only one file, rather then three.

You can load them one by one and select the axial, sagittal, coronal slice in the corresponding slide views. If planes are oblique then you may need to click “Rotate to volume plane” button in the slice view controller.

Thanks, I could load them together for visualization purposes, however to conduct segmentation I should specify the master volume.
Slicer shows me that I have three independent volumes, rather than one…

3 orthogonal slices is very sparse data for creating a 3D segmentation but there are some tools in 3D Slicer that can help.

First of all, you need to create a master volume that is large enough to contain your final segmentation result. You can use Crop volume module to create a new volume based on an existing single-slice 3D volume, just by making the region of interest box large enough.

If you have projection images, you can create a 3D model by using Scissors effect. On the first projection you use “Fill inside” mode then on all other slices you use “Erase outside”. We used this to reconstruct breast tumors from a few X-ray projections. It did not produce accurate segmentation, but it showed very nicely how limited amount of information is in these few projections.

You may also try “Surface cut” effect (provided by SegmentEditorExtraEffects extension). This allows you to create 3D segmentation by marking points on arbitrarily positioned 2D slices. We use this very successfully to create breast tumor models from tracked free-hand ultrasound images.

Maybe I’ve explained it a little bit unclear…
Yes, I have three dcm files, however each dcm file contains a SERIES of slices.
So each file contains all cross sections for corresponding projection.

So the question now is how to combine these series into the one master volume.

OK, so you actually have cross-sectional images. Not projections. I guess you have those kind of volumes where you have high-resolution slices with huge gaps between them (spacing between slices is a magnitude larger than pixel spacing within the slice).

Unfortunately, it is a very difficult problem to create high-resolution data from these sparse slices, since in general you have no way of knowing what is between slices. If you have a priori information about the image content then you may be able to reconstruct super-resolution images, but I am not aware of such algorithms in Slicer (or in libraries that Slicer includes). For a similar question, somebody recommended NiftyMIC toolkit.

Thanks. the actual series are here: https://yadi.sk/d/o_wg3RoP3WSmA8
It seems that the gaps are not so big…
What do you think, could the volume be reconstructed from these series ?

These images are exported incorrectly, as screenshots. It has many disadvantages compared to the actual CT scan: the image has only 256 gray levels instead of thousands, so the contrast is very low; there are burnt-in text annotations, which make part of your image unusable; pixel size and other metadata is missing from the files, etc. Therefore, I would recommend to export the original volume instead of screenshots.

You can still do some things with this low-quality data set. You can estimate voxel size and enter it in Volumes module to make fix image distortion:

image

You have to convert the color image to grayscale, using “Vector to Scalar volume” module. You can then visualize the converted volume using volume rendering:

1 Like