Most Efficient Way of Creating a Thickness Map

@lassoan,

Thank you for the solution!
Here is a summary of the process, my results, and some follow-up questions.

  1. Generated a label-map from the segmentation of the skull

  2. Created a medial surface from the label-map using the BinaryThinningImageFilter

  3. Created a distance map from the medial surface using the DanielssonDistanceMapImageFilter with Input is Binary = Yes and Use Image Spacing=Yes

  4. Created a thickness/displacement model with the distance map using the Probe Volume with Model

  5. Finally, I can visualize the data using model properties

Remaining questions;

  1. I originally tried making the label-map from the model using the Model to LabelMap extension, but just a right click on the segment seems easier… is this the correct approach?

  2. How do you plot/show/display a color table/bar next to the 3D model?

2 Likes