I have a set of images that I have already processed into a high contrast, black and white. I’m attempting to write a program that can auto scan the image for the dark inclusions on a white background. Once one is found I want to use the wand tool to create an outline of each inclusion and then calculate it’s size in pixels based off of the perimeter pixels.
I am at a total loss on how I would be able to tell ImageJ to parse through an image for these inclusions. I’m a total beginner to this language and software but I do have some basic programming experience.