find out the object labeling and segmentation using morphological operation

1 view (last 30 days)
hello any one can pls explain me how to find the labeling and segmentation of object using morphological operation with example

Answers (1)

Image Analyst
Image Analyst on 16 Mar 2014
It could best be done if you supply an example image. Labelling is not done with morphology. Segmentation can be done with morphology as an early step in process. You process the image, for example using morphology, until you can get an image that you can then threshold into "object" and "non-object" pixels (or "foreground" and "background" pixels - whatever you want to call them).

Tags

Community Treasure Hunt

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

Start Hunting!