- Area of objects in binary image - MATLAB bwarea (mathworks.com)
- How to calculate area in a binary image? - MATLAB Answers - MATLAB Central (mathworks.com)
- How can I calculate the area of white pixels of binary image in mm2 - MATLAB Answers - MATLAB Central (mathworks.com)
Find the area of white region of binary image?
13 views (last 30 days)
Show older comments
i have an image and converted it to binary, where the white area represents the region of interest of my image so i need to specify the area of the white region in cm^2, so that i can use the value with my hardware setup..
0 Comments
Accepted Answer
Shreyas
on 1 Feb 2023
Hello,
You can use the bwarea function to get the area in pixels and then calculate the size of the pixel to get area in cm^2. Please do go through the relevant links below:
Thank You.
0 Comments
More Answers (0)
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!