Prevent occlusion of model inside volume rendered image

捕获
How to not mediate the transparency of the head, so that the model is fully displayed.
i mean let the model be displayed on the top layer.No matter what angle

Slicer offers many options to address this need. We can give you more specific advice if you tell us more about your application (is it for planning or guidance? what are the structures of interest? what would you like to assess on the visualization?).

Anyway, a few hints:

  • You can make parts of the volume-rendered image semi-transparent by adjusting Scalar Opacity Mapping in Volume rendering module
  • You can crop the volume using rectangular ROI (you can rotate it by applying a transform)
  • You can crop the volume using a conic or spherical ROI using SlicerPRISM extension
  • You can segment structures that you want to visualize using Segment editor and display them as solid objects, while displaying other structures as semi-transparent using volume rendering
  • You can explore a 3D volume along a chosen trajectory in slice views, using modules such as Path Explorer module in SlicerIGT extension.
  • With a bit of software development skills, you can create custom volume rendering shaders that emphasize structures that you are interested in while suppresses irrelevant ones (SlicerPRISM make it easy to define and adjust parameters of custom shaders).


Hello, Professor, I want to get the body surface projection of the tumor or hematoma, but without changing the transparency of the head, just like this picture.

You can get such visualization by segmenting the brain surface (for example, fully automatically, using SwissSkullStripper extension) and make that surface semi-transparent. You can also segment the skin surface easily using thresholding and smoothing, maybe with solidification (SurfaceWrapSolidify extension’s Wrap Solidify effect).

What is the clinical goal? Are you trying to create visualization mode that helps finding optimal burr hole placement?