Change in volume comparison

Hello community!

I’ve been using Slicer quite extensively for segmentation for pediatric cardiac surgery the last years and have a new challenge now:
To see how wounds evolve in time, I’m looking for a way to compare 3D-Scans taken at different stages regarding changes in volume. The output should be visual (e.g. the new tissue that has built) and qualitative.

What functions/addons can you recommend for this?

Thanks. Alexander


You could start from trying to reproduce some of the commonly used quantifiable characteristics of wound healing. For example, you could measure granulation/necrotic/slough surface area and how it is changing in time.

You can load the surface scan with full color texture into Slicer (using TextureModel module of SlicerIGT extension) and draw a closed curve using Markups module to annotate areas. You can then use surface area measurement of the closed curve (or if the surface is not flat then cut out the surface patch using Dynamic modeler module and get the surface area of the patch in Models module).