Analyze, Particles opens the ROI manager
Posted by
Avital Steinberg on
Sep 12, 2015; 8:19pm
URL: http://imagej.273.s1.nabble.com/Analyze-Particles-opens-the-ROI-manager-tp5014322.html
Hi,
I'm trying to work in batch mode (in Javascript), so I hid the images,
results table and ROI manager. The problem is that when I use Analyze,
particles, the ROI manager opens:
IJ.run(imp, "Analyze Particles...", "include add");
Is there a way to analyze the particles without displaying the ROI manager?
I'm using the daily build 1.50c9.
I tried to use the Particle Analyzer class. I saw that it was much faster
without displaying the ROI manager. I know that the particles were
segmented because the results table was updated. However, I was unable to
display the ImagePlus. I used the command:
pa.analyze(imp,ip);
How can the results of the segmentation be displayed on the ImagePlus,
similarly to what is done automatically in Analyze, Particles?
Thanks,
Avital
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html