Borrar filtros
Borrar filtros

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

2 visualizaciones (últimos 30 días)
oshawcole
oshawcole el 17 de Ag. de 2019
Comentada: Matt J el 19 de Ag. de 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.

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by