Finding objects in a grayscale image
8 ビュー (過去 30 日間)
古いコメントを表示
"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?
0 件のコメント
回答 (2 件)
Sean de Wolski
2011 年 3 月 3 日
Make your grayscale image into a binary image using a set of logical operations that isolate your object. Then call bwlabel
0 件のコメント
Giri
2011 年 3 月 3 日
bwlabel will itself will work.. if the object is a distinguished one from other parts of the image..
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!