Clear Filters
Clear Filters

Finding objects in a grayscale image

4 views (last 30 days)
meghana sampath
meghana sampath on 3 Mar 2011
"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?

Answers (2)

Sean de Wolski
Sean de Wolski on 3 Mar 2011
Make your grayscale image into a binary image using a set of logical operations that isolate your object. Then call bwlabel

Giri
Giri on 3 Mar 2011
bwlabel will itself will work.. if the object is a distinguished one from other parts of the image..

Categories

Find more on Convert Image Type in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!