How to calcutate the area of each cell?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens

How do I calculate the area of each cell(marked by the polygon shaped white boundary)?
0 commentaires
Réponses (1)
Image Analyst
le 25 Mai 2023
How were the white boundaries obtained and in what form are they? You can probably use regionprops() if you can make a mask of your white boundaries.
It's a generic, general purpose demo of how to threshold an image to find blobs, and then measure things about the blobs, and extract certain blobs based on their areas or diameters.
7 commentaires
Voir également
Catégories
En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

