Export mean HU values along path (or tube)

Hello all,

I have a spiral structure, difficult to segment because of its shape and the gradient of density in it.

I would like to analyse this increasing gradient of density, and export the HU values all along the spiral structure.

My idea was to create a segment using the “Draw tube” function in Segment Editor.

image

My goal is now to get the mean HU values at 20-30 points along this tube.

I was not able to do it with SegmentGeometry, as I don’t want the mean HU values slice by slice but rather along the path that I draw with the tube.

I hope this is clear!

Thank you for your help.

Operating system: Monterey 12.2.1
Slicer version: 5.0.3

Here is how I would approach this problem:

  • Segment the structure of interest
  • Extract the centerline of the structure using “Extract Centerline” extension’s “Centerline curve” output
  • Use Curved Planar Reformat to generate a new volume of slices perpendicular to the centerline curve.
  • Gather and average HU values in the reformatted volume

This last step could be done using a cylindrical tube down the center of the reformatted volume and the Segment Geometry module, or could be done by transforming your initial segmentation into the reformatted space (using the transform generated by the Curved Planar Reformat module) and using that segment in Segment Geometry (you might need to harden the transform and change the segmentation geometry to match the reformatted volume to get this to work correctly).

2 Likes