|
Hello,
i have a problem with ImageJ. My target is, to analyze pictures concerning the particle size. It´s about 60 tiffs.
I wrote a little macro to analyze every tiff and show me the results, but i have to do it faster. Is it possible to load the hole folder, and run the macro for all tiffs one after another ?
This is the macro for one picture that i open one after another:
run("Make Binary");
run("Invert LUT");
run("Despeckle");
run("Set Scale...", "distance=1024 known=142.9 pixel=1 unit=µm global");
run("Analyze Particles...", "size=0.5-10000 circularity=0.00-1.00 show=Masks exclude");
run("Dilate");
run("Watershed");
run("Analyze Particles...", "size=0.50-10000.00 circularity=0.00-1.00 show=Nothing display exclude");
Best regards,
Tito
PS: Sorry for my bad english....
|