How to find the area of the object in the center?
조회 수: 1 (최근 30일)
이전 댓글 표시
채택된 답변
Matt J
2019년 8월 17일
impoly worked pretty well for me. The area in pixels was 1358238
h=impoly();
area=numel(h.createMask) % 1358238
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!