Overview
- Task: Extract skin surface without holes inside the segment. Important for 3D printing or surface-based registration.
- Imaging modality: CT, MRI
Usually there is strong contrast between tissue and air, therefore segmenting the skin surface should be easy, except there may be air inside body part or some tissues or fluids may have image intensity similar to air. Therefore, simple global thresholding may not always work.
This recipe replaces an earlier recipe that used Flood filling effect. This new recipe is much simpler and provides comparable or better results.
Recommended workflow
- Use
Thresholdand effect to create a segment that contains the head (skin and internal structures) - Use
Islandseffect’sKeep largest islandmethod to remove noise speckles - Use
Wrap solidifyeffect (provided bySurfaceWrapSolidifyextension) to fill holes inside the segment.
Example
- Download
MRBrainTumor1sample data set

-
Go to
Segment editormodule, create a new segment -
Select
Threshold effecteffect, set range from about 110 to maximum (this selects skin surface and structures inside the head), then click Apply

-
Remove small speckles of noise using
Islandseffect: chooseKeep largest islandoption and clickApply -
Select
Wrap solidify effect, leave region at default value (Outer surface) -
Reduce
Oversamplingvalue to 0.8x inAdvancedsection for faster computation and smoother surface (optional) -
Click
Apply

Final result:
