Borrar filtros
Borrar filtros

How to calculate area of an irregular shape region in a binary image?

1 visualización (últimos 30 días)
Is there any way to calculate the area of the irregular regions in a binary image? I am attaching the image here.Kindly help me.

Respuesta aceptada

Image Analyst
Image Analyst el 14 de Mzo. de 2019
Try this:
props = regionprops(binaryImage, 'Area');
allAreas = [props.Area]

Más respuestas (0)

Categorías

Más información sobre Geometric Transformation and Image Registration en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by