How to calcutate the area of each cell?
10 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How do I calculate the area of each cell(marked by the polygon shaped white boundary)?
0 Commenti
Risposte (1)
Image Analyst
il 25 Mag 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 Commenti
Vedere anche
Categorie
Scopri di più su 3-D Volumetric Image Processing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!