How to calcutate the area of each cell?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen

How do I calculate the area of each cell(marked by the polygon shaped white boundary)?
0 Kommentare
Antworten (1)
Image Analyst
am 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 Kommentare
Siehe auch
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

