How to find the area of the object in the center?

1 次查看(过去 30 天)
I have this image, and I am trying to find the area of the object in the center. I tried finding the area using imageJ but I wasn't very accurate. Any help or guidance would be appreciated. Thanks in advance.

采纳的回答

Matt J
Matt J 2019-8-17
impoly worked pretty well for me. The area in pixels was 1358238
h=impoly();
area=numel(h.createMask) % 1358238
untitled.png

更多回答(0 个)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by