|
Bugzilla – Bug 996 |
Binary image |
Last modified: 2015-02-04 16:04:11 CST |
| ⚠ |
NOTICE! This is a static HTML version of a legacy Fiji BugZilla bug. The Fiji project now uses GitHub Issues for issue tracking. Please file all new issues there. |
|
|
|
||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||
You need to redirect to the second image and run the particle analyzer on the binary image. Here is a macro example: run("Blobs (25K)"); rename("image1"); setOption("BlackBackground", true); run("Make Binary"); setThreshold(255, 255); newImage("image2", "16-bit ramp", 256, 254, 1); run("Set Measurements...", "area mean min redirect=image2"); selectWindow("image1"); // select binary image run("Analyze Particles...", "display clear");