Importing STL files

Hi,

I am trying to import STL files into 3D slicer with the hope of merging an STL version of a CT and an STL version of an MRI to create a 3D rendering of the entire head (skull, blood vessels, tumor, etc…)

From what I’ve tried I have only been able to import DICOM versions of the CT and MRI and even with that I haven’t been able to merge the two images.

Is anyone able to help me or suggest another software they know of that can achieve what I want?

Thank you!

STL files contain surface meshes, which typically represent segmentations of regions of interest in an anatomy. They are not “versions of a CT/MR”, but data derived from it. You can simply load an STL by drag&dropping it onto Slicer. You can the convert them to segmentations, and then you can do many operations on them in the Segment Editor module. Not sure what you mean by merging them. Into what?

This page might help in understanding what kind of data there are typically and how to handle them:
http://slicer.readthedocs.io/en/latest/user_guide/data_loading_and_saving.html

1 Like