Re: Analyze particles

Posted by Herbie on
URL: http://imagej.273.s1.nabble.com/Analyze-particles-tp5019819p5019820.html

Good day Benito Alarcón,

perhaps this demo-macro may help you further:

//////////////////// start
run("Set Measurements...", "area limit redirect=None decimal=2");
run("Blobs (25K)");
setAutoThreshold("Default");
run("Analyze Particles...", "size=50-Infinity show=Nothing display
exclude clear add");
roiManager("UseNames", "true");
for ( i=0; i < nResults; i++ ) {
        a = getResultString("Area", i );
        roiManager("select", i);
        roiManager("rename", ""+a);
}
exit();
//////////////////// end

Paste the above macro code to an empty macro window (Plugins >> New >>
Macro) and run it. (You need an open internet connection to load the
demo image.)

Regards

Herbie

::::::::::::::::::::::::::::::::::::::::::::
Am 03.01.18 um 13:24 schrieb Benito Alarcón:
> Hello, please, I would like to know if  there is any pluging or option
> to analyze particles and get as result, a mask with the value of the
> area on each particle. In the menu: Analyze; Analyze Particles, what we
> get is a mask with the number of the particle and a list of results. It
> would be very useful for us if we could get the value of the area instead.
>
> thanks in advance
>
> b.

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html