how to calculate the total white dots/ white region in this image
Show older comments
hi, i'm beginner of matlab. Please show me the ways to calculate the total white pixel/regions that appear on this image..thanks http://imageshack.us/photo/my-images/841/result2cars.jpg/ http://img841.imageshack.us/img841/810/result2cars.jpg
Accepted Answer
More Answers (1)
Image Analyst
on 24 Feb 2013
Edited: Image Analyst
on 24 Feb 2013
0 votes
See my image segmentation tutorial "BlobsDemo": http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862 It will work for you.
Of course if you just want to count the white pixels, you can sum them like Jeppe said. But if you want measurements, like a count of the number of cars, their sizes, etc. then you'll have to use regionprops().
Categories
Find more on Region and Image Properties in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!