Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
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.

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Geometric Transformation and Image Registration dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by