Gap between segments in 3D view

I noticed this gap between 2 segments in 3D view, while it does not exist in slice views.

Load any volume
Create a new segmentation
Paint a segment on a single slice
Paint a second smaller segment inside the first one, with default masking options.

The result is as below.

gap

It’s doubtful to be an expected result. Either the inner segment is too small, or the outer one has been trimmed.

A real concern is its impact on the reliability of segment statisics. Would one segment be under-estimated ?

Can someone comment on this ?

Thanks.

Statistics is based on the segmentation labelmap as you are seeing in the 2D slice view. What you’re showing in the 3D view is the segmentation with a smoothing factor applied for display purposes only. It is not removing actual features in the segmentation.

See the below post from another thread

Segment Statistics module can compute metrics from both the binary labelmap and closed surface representations. Some metrics, such as surface area are better computer from the smoothed surface. Volume can be computed from both.

If you just want to compute surface area of a 2D area (and not a 3D structure) then it may be simpler to use Markups module: create a closed curve and enable “area” measurement in the Measurements section.

image

If you want to measure cross-sectional areas of 3D structures then you can find dedicated modules for that.

Thanks, it displays without any gap after cancelling smoothing.

That’s important information.

Yes, it’s an easy solution for surface area, thanks. I’m just tinkering again with other vague ideas.

There are segment statistics computation plugins that use the binary labelmap representation and there are plugins that use the closed surface representation.

Yes this is because I almost always use binary labelmap statistics plugins. If you the plugins those based on the closed surface then yes what you see in the 3D view is going to be used for statistics.

1 Like

Thank you all, that distinction between binary label map and closed surface sources, and its implications, were not immediately evident to me. I have better insight now.

1 Like