Need to segment a hole

I would like to segment a hole in a bone. Having no luck with thresholding is there another way that can allow me to do this quickly?

Thanks

It should be no problem to segment a hole using Segment Editor. If the hole is filled with fluid or soft tissue then contrast compared to the bone should be quite high, so thresholding should work well. You can attach an image to show us what kind of image you work with and why segmentation is challenging.

Thresholding is difficult because it is a similar color to bone.

If the hole you want to segment is little circle in the red slice view, that should be no problem. There is a nice bright edge that should let you define a threshold that will pickup everything inside the hole, but not the edge. And then you can just use that as a masking value and point over the slices.

Okay, can you explain further. When I try to just threshold that small circle it gets parts of the bone as well.

When you are in the threshold tool, you need to reduce the right hand side of the slide so that it is picking on the contents of the hole, but not the bone. The left hand side will be either at 0.

The click the use for masking, and then use the paint tool (with 3D option) to start painting inside the hole.

image

Is their any way to do this more automatic using thresholding.

Is their a way to utilize the bright edge around the hole

Yes, you can fully automate everything using Python scripting. You can find many examples in the script repository.

However, probably you can segment a hole with semi-automatic tools in about 1 minute (after you have learned how to use the segment editor module), so you would only benefit of automation if you had to segment over a thousand or so data sets.

I would recommend to try the Local threshold effect. You can segment the hole with it by a couple of clicks:

Thank you Local thresholding seems to work well.

In the top hole it is also segmenting outside the knee bone though. Is their a way to solve this, do I have to use the ROI?

There are many ways to prevent leaking at the imaged region boundary (for example, you could crop the volume before segmentation; or define a free-form masking region), but defining a ROI for the local thresholding is probably the easiest to do.

Okay good to hear. How do I define a masking region?

Also I tried to use the ROI but having trouble. From my understanding I have to have a local threshold segment, then create a new segment, press local threshold, create new ROI, an dc put it in my desired region. But how do I actually get it to create the segmentation, what button do I press?

You can create a segment using any tools and then choose to use it as editable area. However, as I wrote above, using a ROI should be simpler.

Define a ROI using the toolbar (choose to place ROI, drop two points, and adjust the ROI bounds as needed), then activate the Local threshold effect, define the intensity range (for example, by drawing a small region with a similar intensity range in one of the slice views), and then Ctrl+Click in a slice view to add that region to the segment.