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

조회 수: 1 (최근 30일)
oshawcole
oshawcole 2019년 8월 17일
댓글: Matt J 2019년 8월 19일
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
  댓글 수: 2
oshawcole
oshawcole 2019년 8월 19일
Did you draw it manually using impoly?
Matt J
Matt J 2019년 8월 19일
Yes.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by