Login  Register

Re: roiManager show without labels

Posted by Nathaniel Ryckman on Jun 02, 2011; 9:36pm
URL: http://imagej.273.s1.nabble.com/roiManager-show-without-labels-tp3684378p3684379.html

I looked at the Java code for the RoiManager class.

Check overlay off:
roiManager("show none");

Then check overlay back on:
roiManager("show all without labels);

Himanish Ghosh wrote
Hello All,

 I have written a macro which would superimpose the ROIs from ROI
manager onto another window in the required color.

However I am not interested in the roi numbers, in fact I do not want them
there.

in the macro however the
roiManager("Show All without labels");

does not seem to work as well ticking off the edit mode in the ROI manager
dialog box.

I have imageJ 1.45b installed.

does it work for anyone else?

thanks