Subtract unhealthy tissue from area of box around a tumor

Operating system:macOS
Slicer version:4.11
Expected behavior:
Actual behavior:

Hi all,

I am trying to subtract unhealthy tissue from the area of the box surrounding the tumor. I used the Markups module, put a box around the segmented region, and I am going to subtract the unhealthy part from the area of the box to get the area of the healthy region. Please see the picture.

Thanks in advance for your help,

You can blank out any part of a volume using “Mask volume” effect in Segment Editor module.

Thanks, Andras. But how can I calculate the area of the box? By using “Mask volume”?

You can get the volume of the box in the Measurements section in markups module.
You can get the volume of the tumor using Segment Statistics module.

Great. Thanks for your response. Is it possible to find ROI of the healthy tissue and then extract its feature? I am looking for a way to extract features from healthy and unhealthy regions inside the box.

Yes, sure you can segment multiple tissue types (healthy, unhealthy, etc.). You can get their volumes and also their bounding box size using Segment statistics module.

Thanks, Andras. I cannot see any options in “Measurement Settings” in the Measurements section in the markups module. There must be some options there to get the volume of the box?

Volume measurement for markups ROI is available in recent Slicer Preview Releases.

I am using version 4.11. Should I use version 4.13 instead?

Yes. Volume measurement for markups ROI is available in recent Slicer Preview Releases, which is currently 4.13.

You could also use the “Local Threshold” function from the “Segment Editor”. That is a good way to segment lung tumors:

  • Create a ROI around the tumor
  • Experiment with the threshold to make the tumor solid, but the surrounding tissue transparent
  • CTRL+left click into the tumor
  • Wait some moments for the segmentation

Next, you can call the “Segment Statistics” for the tumor volume.
In this example, lung segments and airways were created by using the “Grow from Seeds” function of the “Segment Editor”.

Best regards
Rudolf

Thanks, Rduolf. It was very helpful. I also think about the way the distributions of voxels inside the ROI. Is there any options in 3D Slicer to do it? Thanks in advance.

You can compute intensity distribution histogram in a segment as shown in this example in the script repository.