Reducing opacity of individual sections of a 3D model

Hi all,

I managed to create a 3D reconstruction out of 2D histology slices but I’m having trouble with transparency. Basically, the organs that I want to visualised are “inside” the 3D object, meaning that there are slices on the foreground that are blocking them from view (since the slices are opaque images). Is there are a way to adjust the transparency of the slices so that the sections at the front are less opaque, and the sections where the organs appear overlap with each other creating a shape/outline? I have kind of managed to make it work by playing with the opacity slider in the volume rendering module but it creates blurry/incomplete results.

In case it helps, what I’ve done is align the individual slices with TrakEM2, then load those as a single object on 3Dslicer, make a scalar volume and then use the volume rendering module (basically followed the video tutorial on youtube). The presets on the volume rendering are all related to human body parts so those don’t work for me (I’m using sections from a worm).

Thank you in advance.

If you obtain the intensity values of the region you are trying to hide, you should be able to set up a scalar opacity map that will essentially mask these regions. (See the documentation of VOlume Rendering module here: Volume rendering — 3D Slicer documentation)

However, if those intensity values are also similar to the structure you want to visualize inside, then this won’t work. In that case, you may have to segment those regions…

Eg, this is the sample data from Slicer (CTBrain.nrrd), where the default volume rendering map shows a solid cylinder:
image

But I use the data probe, I see values around 30 and lower are background and the soft tissue that I don’t care. If I start a simple ramp from 30 to maximum, then the ‘internal structures’ are visible as intended.

image

1 Like

If your object of interest is embedded in a medium that interferes with the visualization and you cannot easily remove it with a box-shaped ROI then you can use Mask volume effect in Segment Editor to remove it.

1 Like