Re: ROI intersection
Posted by dscho on
URL: http://imagej.273.s1.nabble.com/ROI-intersection-tp3701011p3701016.html
Hi,
On Fri, 7 Jul 2006, Lenk, Sandor wrote:
> Has anybody an idea how to create a ROI intersection in a macro easily?
If you'd could use a plugin instead of a macro, it should be easy: just
use the and() method of ShapeRoi. As far as macros are concerned, I doubt
you can do it, since they really can operate on one Roi at a time only.
Ciao,
Dscho