Finding objects in a grayscale image
11 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
"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 Commenti
Risposte (2)
Sean de Wolski
il 3 Mar 2011
Make your grayscale image into a binary image using a set of logical operations that isolate your object. Then call bwlabel
0 Commenti
Giri
il 3 Mar 2011
bwlabel will itself will work.. if the object is a distinguished one from other parts of the image..
0 Commenti
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!