Login  Register

Re: Roi Manager headless mode

Posted by Greg on Feb 24, 2015; 5:42pm
URL: http://imagej.273.s1.nabble.com/Roi-Manager-headless-mode-tp5011750p5011754.html

Hi Wayne,

thank you very much for the quick reply, this is exact the functionality I needed!
I think you got a typo of some sort in the very last line of your snippet, I used

for i in range(overlay.size()):
    roi = overlay.get(i)

with jython and everything works as expected.

Cheers,
Greg