calculate the area
2 views (last 30 days)
Show older comments
hello everyone I need help. I have a picture consisting only of black and white. Does anybody know of any function which I figured would be an area of white on obazku.
Thank you so much to everyone
0 Comments
Accepted Answer
Adam
on 25 Mar 2012
2 Comments
Image Analyst
on 25 Mar 2012
What is obazku? Is that zero or black? What if there are several disconnected areas of white? Your method would give the total area but not the area of each one individually. If you want the total white area in a binary black and white grayscale image then your method is fine.
More Answers (1)
Matt Kindig
on 23 Mar 2012
Do you want just the total number of pixels of white? If so, just sum the image (sum all 1's).
If you want the area of contiguous objects of white, check out the 'regionprops' function in the Image Processing Toolbox.
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!