Totalsegmentator - volume information and slicing through volumes?

Operating system: Windows 11 Pro
Slicer version: 5.2.1

Hello,

So I have been using the 3DSlicer and Totalsegmentator extension recently for the segmentation of the abdominal organs in a CT-abdomen scan, but I have the following questions:

-After automatically segmenting the liver, the liver is displayed in 3D-space, but is this just a surface mark-up or is there also information on the inside? So in other words is the liver volumetrically segmentated? Is there any data on the contents of the liver that can be used?

-I tried using the volume rendering function and selected a region of interest inside the 3 different views of the CT, which also displayed itself on the 3D model of the liver. Is there a way to slice through the liver so to speak, to see the parenchyma on the inside?

So what our research group wants to achieve is the following: Segmenting liver organs and their injuries → the injuries are mostly on the inside of the liver parenchyma so we would like to see the inside of the liver aswell or atleast slice through the liver in 3D space if possible → then we would export this segmentation for further annotation of the injuries.

Thanks in advance!

It is not just a surface markup, segments are real, solid, 3D objects.

Yes.

You can use segments in many different ways. You can get each segment as a 3D numpy array, as a surface mesh, as a volumetric mesh, compute volume, surface, bounding box, shape and intensity statistics, etc., all by 1-2 clicks. This page is a good starting point and feell free to ask more questions here.

This should be no problem at all. You can move he camera inside the liver or export the segment to a model and use clip feature of Models module or clip the mesh using Dynamic modeler module.

That should be possible.

The TotalSegmentator liver is segmented in 3D space and you could use this segmentation in the Segment Editor to → Mask Volume and just show the damaged liver parenchyma.

image

You could then “volume render” the masked volume.

Thanks for the elaborate and fast answers, much appreciated!

So I’m reading documentation right now for how to slice through the liver. I tried to export the liver as a model and clip through it as one of our injuries is located in the medial part of the liver (vascular injury) and these can not be seen on the outside. That region would be my ROI which then would be exported as a mesh file. Are there any instructions or guides on how to do this more explicitly?

What would be the best format for my use case, voumetric mesh or 3D numpy array?

And another question i had, is this possible in combination with Totalsegmentator or would I have to use separate extensions or workflows?

A very quick take on this: Run TotalSegmentator on the low-resolution CTAAbdomen demo dataset, then “Mask volume”:

image

then use volume rendering of the cropped volume to get an overview of the vascular structures (quite poor in this example due to low resolution, missing contrast medium and limited laptop GPU). You may need to add a bit of liver segmentation volume manually to the central part of the liver to add vessels in the hepatic ligament.

1 Like

I followed the steps you described and I got to the part where I could use the “Shift” option, but for me it only functions as a binary tool, either it shows the whole liver or it blacks out the whole screen. Is there another solution for this?

I’m using Contrast-enhanced CT-abdomen scans with a slice thickness of 1.0 mm, the active bleeding (or other vascular injury) is mostly in the parenchyma so this view you are showing in the video would be ideal, but could I also use another preset?

And how could I export the segment of the liver that contains the vascular injury? So basically I want to isolate the injury so it could be annotated in another application.

This is really a bit hidden:

Please use these sliders in the “Advanced” → “Scalar Opacity Mapping”, put them closer together:

image

to make the “Shift” slider less responsive.
Of course, you could try other presets from all of those available.

1 Like

This technique is volume rendering only - not a “real” vessel or structure segmentation that you could export into a 3D viewer or 3D postprocessing.

1 Like

It might be simpler to do everything at one place and do all the additional annotation, analysis, quantification in Slicer, too. If you tell us a bit more details about what you want to do then we can suggest solutions for those in Slicer. There are of course various ways for exporting the data, too.

So what we want to achieve is the following:
After loading a DICOM file (Contrast Enhanced CT-Abdomen in our case) we would like to visualize the liver. The totalsegmentator does this adequately, but then we would like to “slice” through the visualized liver as if it were a CT-scan in axial/coronal/saggital view.

Vascular injuries will mostly be on the inside of the liver tissue, so we need to see the inside of the liver to annotate or if you will mark it with some kind of marking/annotation tool. This would then hopefully create a 3-dimensional marked region inside of the liver. We already know where the injury is on the CT-scan and we can pinpoint it using the markers to align all 3 views. So it would be great if that place (marked as ROI perhaps) would be shown in the 3D view or if we could navigate to it. We would then want to export that as mesh-data or voxel-based data.

I hope this makes our use case a bit more clear

So right now I’ve managed to slice through the 3D model and annotate a 3-dimensional region of the liver (a cube now shows in the 3D view), how can i export these coordinates or annotated data?

This is the default behavior. Let us know if you don’t see the the segmentation and the input image in the slice views or you have trouble navigating the slices.

In Slicer we call this process image segmentation and we have a very powerful, dedicated module for this, the Segment Editor. It has many manual and semi-automatic tools that you can use to mark vessels, lesions, etc. Segmented regions are automatically, immediately displayed in all slice views and also in the 3D view.

You can do all these. We developed segmentation modules for exactly these purposes. If the documentation and tutorials are not clear enough then you can post specific questions on this forum anytime.

If you have trouble making volume rendering to show useful information by following @rbumm’s excellent advices above, then you may just give up on that and hide the volume rendering, by going to Data module, right-clicking on the eye icon in the row of the input volume node, and uncheck Show in 3D views as volume rendering checkbox.

Thanks for all the helpful answers, it helped me out a lot. Now if I want to export this information (the ROI i pointed out using a 3D box) in mesh format or any other format, how do i do that? I skimmed through the documentation you linked but I couldn’t find it. I will try to look into it later today.

See instructions for exporting segmentation to mesh or image files here.

What kind of analysis would you like to perform on the segmentations?

Slicer has hundreds of analysis tools and a full Python environment that allows using any Python packages or custom Python scripts, so most likely you can conveniently perform the analysis you need and display the result in Slicer.