Effacer les filtres
Effacer les filtres

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

2 vues (au cours des 30 derniers jours)
oshawcole
oshawcole le 17 Août 2019
Commenté : Matt J le 19 Août 2019
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.

Réponse acceptée

Matt J
Matt J le 17 Août 2019
impoly worked pretty well for me. The area in pixels was 1358238
h=impoly();
area=numel(h.createMask) % 1358238
untitled.png
  2 commentaires
oshawcole
oshawcole le 19 Août 2019
Did you draw it manually using impoly?
Matt J
Matt J le 19 Août 2019
Yes.

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by