Finding objects in a grayscale image
Mostrar comentarios más antiguos
"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?
Respuestas (2)
Sean de Wolski
el 3 de Mzo. de 2011
1 voto
Make your grayscale image into a binary image using a set of logical operations that isolate your object. Then call bwlabel
Giri
el 3 de Mzo. de 2011
0 votos
bwlabel will itself will work.. if the object is a distinguished one from other parts of the image..
Categorías
Más información sobre Image Arithmetic en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!