Re: Can't save rois with RoiManager in plugin
Posted by Cspr on Mar 03, 2010; 12:44am
URL: http://imagej.273.s1.nabble.com/Can-t-save-rois-with-RoiManager-in-plugin-tp3689085p3689086.html
Hi Adam,
I'm very interested in knowing whether your call to
rm.runCommand("Show All");
does in fact work?
I ask because I experience that if I do the same thing you do (i.e. call ParticleAnalyzer) and follow with the code
RoiManager rm = RoiManager.getInstance();
rm.runCommand("Show All");
and then run my code the ROI in the ROI Manager does not get displayed (by label or number) on my image. Have you experienced any such thing?