Shape mismatch after exporting segmented labels

Hello,

I have generated mask labels for brain tumor with nvidia clara…I am overlaying these mask labels on the original brain tumor image.I have edited the generated the mask lables with segment editor and later tried to export with data->export visible segments to binary label maps and save it as a nifti file.

However,the newly exported image has a different shape
For eg: original mask file shape(224,224,155)
modified mask file shape(91,95,76)

I want to retain the shape of the modified file just like the original mask file(224,224,155)

If anyone could guide me as to how to go about this…

Thanks

Hi, what version of Slicer are you using?

Slicer version is important because in Slicer-4.10 you had to export to labelmap with a chosen reference volume before saving, while in recent Slicer-4.11 versions, labelmaps are saved by default with the master volume’s geometry.

Hello,

I am using Slicer version 4.11.0-2020-03-01!

I haven’t been able to reproduce this. Can you send me an example scene where this occurs?

Sorry for the late reply…

The issue has been resolved…Earlier I had set the reference volume to None…
Now when i set the reference volume to the referred image and then save the file with .nii extension…the original file’s shape is retained

2 Likes