# Apply a ROI on another series of images

**URL:** https://discourse.slicer.org/t/apply-a-roi-on-another-series-of-images/26233
**Category:** Support
**Tags:** segmentation
**Created:** [November 14, 2022, 2:27pm UTC](https://discourse.slicer.org/t/apply-a-roi-on-another-series-of-images/26233 "2022-11-14T14:27:43Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![kylin](https://avatars.discourse-cdn.com/v4/letter/k/7ea924/32.png) [@kylin](https://discourse.slicer.org/u/kylin)
#### Post date: [November 14, 2022, 2:27pm UTC](https://discourse.slicer.org/t/apply-a-roi-on-another-series-of-images/26233/1 "2022-11-14T14:27:43Z")

</div>

I have drawn a ROI on the contrast enhanced T1 MR images, and I’d like to apply this ROI on the corresponding T1 MR images of the same patient. How to achieve this goal in 3D slicer?

 ![无标题](https://us1.discourse-cdn.com/flex002/uploads/slicer/original/3X/c/4/c49adff1fc743c0ac704770c0804c616afd73436.jpeg)

---

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [November 14, 2022, 2:34pm UTC](https://discourse.slicer.org/t/apply-a-roi-on-another-series-of-images/26233/2 "2022-11-14T14:34:31Z")

</div>

What do you mean by _applying_ the segment (this is how free-form segmented regions are referred to in Slicer, see [glossary](https://slicer.readthedocs.io/en/latest/user_guide/getting_started.html#glossary)) to another image?

- Do you want to blank out the image inside or outside the segment? You can do that using Mask volume effect.
- Would you like to get that segment as a labelmap image that matches the geometry of the other MR image? You can do that by exporting the segmentation to labelmap using the other image as reference.
- Transfer the segmentation to the other image? You can do that by spatially registering the two volumes using Elastix or ANTs extensions.
- Something else?

---

<div class="post-metadata">

### Author: ![kylin](https://avatars.discourse-cdn.com/v4/letter/k/7ea924/32.png) [@kylin](https://discourse.slicer.org/u/kylin)
#### Post date: [November 15, 2022, 5:14am UTC](https://discourse.slicer.org/t/apply-a-roi-on-another-series-of-images/26233/3 "2022-11-15T05:14:37Z")

</div>

Thank you very much!!
