Login  Register

Re: ROI in ROI?

Posted by Gluender-4 on May 04, 2011; 2:32pm
URL: http://imagej.273.s1.nabble.com/ROI-in-ROI-tp3684702p3684705.html

Andy,

nice to hear that it works.

>That is excellent. It works
>
>Now. I have read elsewhere on here that it is not possible to select 2 ROIS
>in the ROI manager using the shift key down function in a macro

Works here with ij_1-45g.jar.

>I would like to be able to select the first 2 rois and perform the XOR
>command from within the macro. Is that possible?

Yes.
        roiManager("XOR");

>Andy

You may study the macro functions manual at:

        <http://rsb.info.nih.gov/ij/developer/macro/functions.html>


HTH

Herbie