Editing segmentation of model and saving it

Hi @lassoan ,

Our lab created a model of spine based on fusion of CT and MR.

Here is the link

I tried to make a segmentation smoother(nerves) and tried to save the file again in mrml or mrb .

But the issue is that, after saving the model/ bone (CT) gets cropped. I tried to fix this issue ( for example changing label map geometry) but didn’t work.

What could be the issue, Please advise for the solution. The mrb model is provided in the link.

By default segmentations are saved using the “reference image geometry” (origin, spacing, axis directions, and extents) by default. In this segmentation, the reference image geometry has a narrower extent than the full extent of all segments, so when saved with default parameters then the segment is cropped.

If you want to use the minimum necessary extent that saves the full segmentation then you can check the “Crop to minimum extent” option in the Save Data dialog:

If you want to save the segmentation with the same geometry as one of the input images then before saving, use the “Specify geometry” button in Segment Editor:

image

I’ve tested these in with the latest Slicer Preview Release. If it does not work with the latest Slicer Stable Release then I would recommend to switch to the latest Slicer Preview Release.

We’ll make this behavior more clear (at least log a warning if the segmentation is cropped, but maybe expand the extents automatically). You can track the status of this here:

1 Like