- 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?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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..![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1280670/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1280670/image.png)
0 Commenti
Risposta accettata
Shreyas
il 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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Image Processing Toolbox 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!