Thank you for the solution!
Here is a summary of the process, my results, and some follow-up questions.
-
Generated a label-map from the segmentation of the skull
-
Created a medial surface from the label-map using the BinaryThinningImageFilter
-
Created a distance map from the medial surface using the DanielssonDistanceMapImageFilter with Input is Binary = Yes and Use Image Spacing=Yes
-
Created a thickness/displacement model with the distance map using the Probe Volume with Model
-
Finally, I can visualize the data using model properties
Remaining questions;
-
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?
-
How do you plot/show/display a color table/bar next to the 3D model?