Problem with manual segmentation of the outerskull

Hi,

I am trying to manually segment the outerskull surface of a brain MRI. I managed to have the contour of that surface using the “threshold” option in the segment editor.
But now what I have is the 3D segmented contour with a hollow inside and many holes in it.
I tried using “paint”, “Draw” and “level Tracing” to fill the voids but each time I do that nothing happens and the inside is still not painted.

Is this a problem with my computer or is there a way to solve this and fill these voids?

Thank you!
Michel

Some basic questions first:

  • Which Slicer version do you use? For Segment Editor usage we suggest the latest 4.9.0 nightly
  • Have you clicked apply on the threshold effect?
  • Do you have the thresholded segment selected when you paint/draw/etc?

Thanks a lot for your reply.

Yes I am using the 4.9.0 nightly version on a Linux ubuntu.
I did click the apply on the threshold effect. And yes I am trying to apply paint/draw on a selected thresholded segment.

Thanks again!

1 Like

From your description it is not sufficient to tell why things are not working. I would suggest working with the provided MRHead.nrrd data with slicer (through the Sample Data volume) first, and read the segment editor document at https://slicer.readthedocs.io/en/latest/user_guide/module_segmenteditor.html

If you have success with that dataset, you can try the same with your own data.

2 Likes

This is not a typical use case and not an easy one to solve, since bone is typically not visible very well on MRI images.

You can use simple thresholding to extract skin surface (followed by post-processing to fill holes and reduce noise). See step-by-step instructions here: Overview | 3D Slicer segmentation recipes

You can use SwissSkullStripper extension to extract skull inner surface. If you edit the atlas labelmap so that it contains the outer surface of the skull (instead of the default, inner surface of the skull) then the module might be able to provide that fully automatically.

2 Likes