Object segmentation: defining the object of interest
Mostrar comentarios más antiguos
This question might be a bit more broad.
In case of object segmentation, for instance my object of interest is a person in the image, so before performing the segmentation on the person, how can I identify that person as the object of interest? What I mean to say is, I don't want to segment any other object in the image except the person. How can I do that? I know there's template based approach, however, I was wondering if this can be done using predefined thresholds that defines the sizes of different parts of the body and processes only those parts further?
Respuesta aceptada
Más respuestas (1)
Image Analyst
el 4 de Mzo. de 2015
0 votos
Well mona, you'd have to segment those features and measure them and throw out the ones you don't want. For example if you want tall men on the beach with small waists and big biceps, you have to first find all the men, then measure their heights, waists, and biceps and then use ismember() to extract out those that meet your criteria. See my image segmentation tutorial for an example: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
2 comentarios
mona
el 5 de Mzo. de 2015
Image Analyst
el 6 de Mzo. de 2015
I don't know, but if there are they'd be listed here: http://www.visionbib.com/bibliography/contents.html
Categorías
Más información sobre Image Segmentation en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!