How to calcutate the area of each cell?
3 views (last 30 days)
Show older comments

How do I calculate the area of each cell(marked by the polygon shaped white boundary)?
0 Comments
Answers (1)
Image Analyst
on 25 May 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 Comments
See Also
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!