I have image that looks like this:
And with this code:
open("/Users/pdubois/myimage1.tif");
run("8-bit");
run("Set Scale...", "distance=96 known=1 pixel=1 unit=um global");
run("Despeckle");
setAutoThreshold("Mean dark");
run("Set Measurements...", "area redirect=None decimal=3");
run("Analyze Particles...", " show=Outlines display exclude clear include summarize add");
I can segmentized into the following images:
As stated there how could I include the areas enclosed for calculating to total area size?
There hundreds of image like this, I need to do. So I canât manually select area with drawing line.