Get total surface of pixels over threshold without counting objects
Hi,
Is there a way to just get the total amount of pixels thresholded in an image without having to create and count all the objects.
Thank you
Is there a way to just get the total amount of pixels thresholded in an image without having to create and count all the objects.
Thank you
0
Answers
The macro below assumes that the background intensity is 0 and objects have intensities above 0 (as on thresholded image).
Yuri