How to calculate area of an irregular shape region in a binary image?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
sanyukta
il 14 Mar 2019
Risposto: Image Analyst
il 14 Mar 2019
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.
0 Commenti
Risposta accettata
Image Analyst
il 14 Mar 2019
Try this:
props = regionprops(binaryImage, 'Area');
allAreas = [props.Area]
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Image Processing Toolbox in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!