Re: Counting connected Droplets
Posted by
Graeme Ball-2 on
Aug 05, 2013; 11:13pm
URL: http://imagej.273.s1.nabble.com/Counting-connected-Droplets-tp5004315p5004317.html
maybe something like this macro?
run("8-bit");
setAutoThreshold("Triangle stack");
setThreshold(0, 251);
setOption("BlackBackground", true);
run("Convert to Mask");
run("Watershed");
run("Analyze Particles...", "size=300-750 circularity=0.3-1.00
show=Nothing display exclude clear include add");
roiManager("Show All with labels");
run("Summarize");
On Mon, Aug 5, 2013 at 11:27 PM, Michael <
[hidden email]> wrote:
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html