how to calculate the total white dots/ white region in this image
显示 更早的评论
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
采纳的回答
更多回答(1 个)
Image Analyst
2013-2-24
编辑:Image Analyst
2013-2-24
0 个投票
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().
类别
在 帮助中心 和 File Exchange 中查找有关 Region and Image Properties 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!