Finding objects in a grayscale image
显示 更早的评论
"bwlabel" is used to find the connected objects in an binary image where my intention is to find the objects in a grayscale image. Is there any alternative way to do so?
回答(2 个)
Sean de Wolski
2011-3-3
1 个投票
Make your grayscale image into a binary image using a set of logical operations that isolate your object. Then call bwlabel
Giri
2011-3-3
0 个投票
bwlabel will itself will work.. if the object is a distinguished one from other parts of the image..
类别
在 帮助中心 和 File Exchange 中查找有关 Image Arithmetic 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!