Best Tools for Segmenting Cartilage in the Knee

Greetings,

I am working on a project which requires segmenting articular cartilage in the knee joint (specifically the femoral and tibial cartilage) from an MRI. It is a challenge to segment soft tissue like cartilage because a) thresholding does not distinguish it from other surrounding tissues and b) the tissue is so small and thin that it is easy to make errors in manual or even semi-autonomous segmentation.

Does anyone have suggestions for the best tools 3D Slicer has for going about this task? The major goals are accuracy and reproducibility. Thanks!

Here is a screenshot of the MRI I am using for reference. One slice of the cartilage I am attempting to segment is visible in each view.

It’s true that the cartilage is thin and there’s not much contrast, but for what it’s worth, that’s a really nice scan compared to what was available years ago. A lot depends on how much accuracy you need for your intended use, but it looks to me that if you supersample the segmentation (reduce the spacing by maybe half) and then use threshold paint and maybe the grow from seeds you have a chance. Separating the tibia and femur cartilage will definitely be a challenge in a few spots.

2 Likes

Make sure you use latest stable version of Slicer (currently 4.10.2), as we have made many very significant improvements and important fixes since 4.8.1.

Thank you for the information! Are you aware of any new tools in the latest stable version which would help with this particular challenge? Or will the update simply offer an improvement of the same tools?

There are both new features that you may find useful, such as masking in grow from seeds effect and ability to supersample segmentation by a few clicks; and many fixes to problems that you may run into if you use 4.8.1 version.

1 Like

Hi Andreas, I’m exploring grow from seeds after applying threshoding and applying it for masking, and the result I get is a segmentation with two intensities in each segment. Then, when showing the 3D view, it only shows the initial slices painted… what am I doing wrong?
17 12

“Show 3D” button near the top of Segment Editor widget shows current segment content, which are the seed regions. Click “Show 3D” button in Display row in “Grow from seeds” effect settings to preview segmentation results in 3D.

image

This feature is available in latest stable release (currently Slicer-4.10.2) or preview releases.

Hi
Can you explain me what supersample is and where can i find a tutorial?
Is it useful when the source ie. ct scan had not overlap?

Thanks

F F

By supersampling we mean that sample the input volume at higher resolution than its original resolution, which allows representing thinner structures, finer details. The simplest is to crop and resample the input volume before segmentation using Crop volume module.

2 posts were merged into an existing topic: where can i find DICOM files