# Skull Segmentation

**URL:** https://discourse.slicer.org/t/skull-segmentation/42796
**Category:** Support
**Created:** [May 5, 2025, 10:49am UTC](https://discourse.slicer.org/t/skull-segmentation/42796 "2025-05-05T10:49:59Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![palomar](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/palomar/32/80138_2.png) [@palomar](https://discourse.slicer.org/u/palomar)
#### Post date: [May 5, 2025, 10:49am UTC](https://discourse.slicer.org/t/skull-segmentation/42796/1 "2025-05-05T10:49:59Z")

</div>

Hi,  
I am currently working on a project that involves a whole body PET/CT scan of a healthy patient. The goal is to segment the skull, simulate a localized defect, and create a customized prosthetic patch that fits the curvature of the skull.

So far I have implemented workflows using both manual and automatic segmentation with TotalSegmentator. Unfortunately, the results of TotalSegmentator have not been satisfactory, probably due to the limitations of my computer in processing AI calculations.

I am considering combining different segmentation approaches, but I am not yet sure which one is the most effective solution.

Could you please give me some advice on the most suitable segmentation methods or workflows?  
Thanks in advance for any advice you can give me.

Kind regards

---

<div class="post-metadata">

### Author: ![MarkusHeller](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/markusheller/32/11046_2.png) [@MarkusHeller](https://discourse.slicer.org/u/MarkusHeller)
#### Post date: [May 5, 2025, 7:53pm UTC](https://discourse.slicer.org/t/skull-segmentation/42796/2 "2025-05-05T19:53:48Z")

</div>

Have a look at the DentalSegmentator - the underlying model has a much higher resolution than TotalSegmentator, and likely more targeted at what you want here; may help, especially if you have a higher resolution CT scan.

> **[GitHub - gaudot/SlicerDentalSegmentator: 3D Slicer extension for fully-automatic...](https://github.com/gaudot/SlicerDentalSegmentator)**
>
> 3D Slicer extension for fully-automatic segmentation of CT and CBCT dental volumes.

Best wishes,

---

<div class="post-metadata">

### Author: ![PitaChib](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/pitachib/32/78512_2.png) [@PitaChib](https://discourse.slicer.org/u/PitaChib)
#### Post date: [May 7, 2025, 3:12am UTC](https://discourse.slicer.org/t/skull-segmentation/42796/3 "2025-05-07T03:12:48Z")

</div>

I work with microCT scans, and I follow [this](https://slicermorph.github.io/Endocast_creation.html) tutorial (you only need to follow the 1st step) to get my cranium segmentations. Is manually thresholding but it does the job really fast for me. Maybe worth a try?
