Re: Getting the current ROI
Posted by dscho on Jan 17, 2009; 12:17am
URL: http://imagej.273.s1.nabble.com/Getting-the-current-ROI-tp3694034p3694035.html
Hi,
On Fri, 16 Jan 2009, Paul Johnston wrote:
> How do I access the current Roi?
Roi roi = WindowManager.getCurrentImage().getRoi();
Hth,
Dscho