- 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 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Akzeptierte Antwort
Shreyas
am 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 Kommentare
Weitere Antworten (0)
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!