How can I move multiple ROIs together (simultaneously)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

How can I move multiple ROIs together (simultaneously)

WangPing
 dear list,
 
I have multiple ROs (oval and polygan) on my image, I wonder if I can move them together, if so how?
Thanks,
ping wang
     

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: How can I move multiple ROIs together (simultaneously)

Rasband, Wayne (NIH/NIMH) [E]
> On May 8, 2015, at 11:28 AM, WangPing <[hidden email]> wrote:
>
> dear list,
>
> I have multiple ROs (oval and polygan) on my image, I wonder if I can move them together, if so how?

Add the ROIs to the ROI Manager and use the ROI Manager’s More>>Translate command. ROIs in an overlay can be moved to the ROI Manager by using the Image>Overlay>To ROI Manager command.

-wayne


--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: How can I move multiple ROIs together (simultaneously)

WangPing
thank you wayne!
How about rotate the ROIs together?
Best,
Ping

 

> Date: Fri, 8 May 2015 15:49:55 +0000
> From: [hidden email]
> Subject: Re: How can I move multiple ROIs together (simultaneously)
> To: [hidden email]
>
> > On May 8, 2015, at 11:28 AM, WangPing <[hidden email]> wrote:
> >
> > dear list,
> >
> > I have multiple ROs (oval and polygan) on my image, I wonder if I can move them together, if so how?
>
> Add the ROIs to the ROI Manager and use the ROI Manager’s More>>Translate command. ROIs in an overlay can be moved to the ROI Manager by using the Image>Overlay>To ROI Manager command.
>
> -wayne
>
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
     

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: How can I move multiple ROIs together (simultaneously)

Michael Schmid
Hi Ping,

you can also combine rois in the ROI Manager and rotate them all together around their common center (EditYSelection>Rotate).
Or have a macro that iterates through the selections of the ROI Manager and rotates each of them.
The following macro (moving all Rois in the ROI Manager) is a good starting point:
  http://rsb.info.nih.gov/ij/macros/RoiManagerMoveSelections.txt


Michael
________________________________________________________________
On May 8, 2015, at 19:45, WangPing wrote:

> thank you wayne!
> How about rotate the ROIs together?
> Best,
> Ping
>
>
>> Date: Fri, 8 May 2015 15:49:55 +0000
>> From: [hidden email]
>> Subject: Re: How can I move multiple ROIs together (simultaneously)
>> To: [hidden email]
>>
>>> On May 8, 2015, at 11:28 AM, WangPing <[hidden email]> wrote:
>>>
>>> dear list,
>>>
>>> I have multiple ROs (oval and polygan) on my image, I wonder if I can move them together, if so how?
>>
>> Add the ROIs to the ROI Manager and use the ROI Manager’s More>>Translate command. ROIs in an overlay can be moved to the ROI Manager by using the Image>Overlay>To ROI Manager command.
>>
>> -wayne
>>
>>
>> --
>> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>    
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: How can I move multiple ROIs together (simultaneously)

WangPing
thank you Michael, really an expert!
 

> Date: Fri, 8 May 2015 21:29:54 +0200
> From: [hidden email]
> Subject: Re: How can I move multiple ROIs together (simultaneously)
> To: [hidden email]
>
> Hi Ping,
>
> you can also combine rois in the ROI Manager and rotate them all together around their common center (EditYSelection>Rotate).
> Or have a macro that iterates through the selections of the ROI Manager and rotates each of them.
> The following macro (moving all Rois in the ROI Manager) is a good starting point:
>   http://rsb.info.nih.gov/ij/macros/RoiManagerMoveSelections.txt
>
>
> Michael
> ________________________________________________________________
> On May 8, 2015, at 19:45, WangPing wrote:
>
> > thank you wayne!
> > How about rotate the ROIs together?
> > Best,
> > Ping
> >
> >
> >> Date: Fri, 8 May 2015 15:49:55 +0000
> >> From: [hidden email]
> >> Subject: Re: How can I move multiple ROIs together (simultaneously)
> >> To: [hidden email]
> >>
> >>> On May 8, 2015, at 11:28 AM, WangPing <[hidden email]> wrote:
> >>>
> >>> dear list,
> >>>
> >>> I have multiple ROs (oval and polygan) on my image, I wonder if I can move them together, if so how?
> >>
> >> Add the ROIs to the ROI Manager and use the ROI Manager’s More>>Translate command. ROIs in an overlay can be moved to the ROI Manager by using the Image>Overlay>To ROI Manager command.
> >>
> >> -wayne
> >>
> >>
> >> --
> >> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
> >    
> >
> > --
> > ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
     

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html