Re: Plugin to adjust threshold without opening window

Posted by kt7 on
URL: http://imagej.273.s1.nabble.com/Plugin-to-adjust-threshold-without-opening-window-tp5018002p5018021.html

Thank You so much works great.
Another quick question though, as I am analyzing particles I can't seem to get the area of any of them to return as an integer:

IJ.run(imageOutput, "Analyze Particles...", "size="+minCellSize+"-"+maxCellSize+" exclude include");

I'm not sure the next command to run in order to work with an individual particle. I was thinking I could add to the ROI manager but again I don't know how to get the area of individual particles.
Thank you,
Kyle