Hello, I am trying to find the area of some regions on an image.
For example, I want find the area of the dark-large region on the upper left side. and I want to find the area of any of the closed geometry from the image.
How can I do that in matlab.
I looked online and I tried regionprops(), but it didn't identify the different regions.