sub-MRI merging for segmentation

Operating system: Windows 10
Slicer version: 4.10.1
Expected behavior: merging of multiple MRI images
Actual behavior: no documentation found to help me to understand how to do it

I would like to merge multiple sub-MRI images (3 parts of an arm) in one bigger file, in order to make segmentation and model of the entire arm, and then resample them, to make the intersection smoother.
image

I read a few comments on the forum that it is possible. But, maybe because I am not an expert of Slicer, to do this is not easy for me.

I would really appreciate if someone could give me hints or a tutorial/documentation link that could help me to do it. I tried to follow the suggestion in the comments of someone who already got this problem, but to me, they were not too clear. Moreover, I am doing a lot of registration tutorials, but unfortunately they are not really helpful.

Thanks a lot

One approach would be to use the CropVolume module to make a volume big enough to hold all three volumes (e.g. use the hand volume and then extend the ROI to include the other volumes. Then use Add Volumes to sequentially add the other two subvolumes into the new big volume. If things don’t quite line up, e.g. due to patient motion, you could apply transforms and to the subvolumes before adding them.

HTH,
Steve

Thank so much! :slight_smile: yes i did it finally using

  1. Landmark registration in order to align them
  2. Crop Volume to make a large ROI (my mistake was that I resize the ROI of just one of the 2 volumes)
  3. Add scalar volume to mix them
1 Like