Edge detection of a specific object
Afficher commentaires plus anciens
I have a picture of a cow with a wide background. Now I want to detect the edge of the cow only. Is it possible?
Any help is appreciated.
Réponses (2)
Image Analyst
le 20 Mar 2013
0 votes
For only that cow in only that image, or for any cow(s) in any possible image? Is this for CBIR (content based image retrieval)? You probably won't be able to get the exact cow outline as if you had hand traced it, particularly if the white part of the cow is adjacent to something else white, like snow or a mountain or another cow's spot.
3 commentaires
Sayak
le 20 Mar 2013
Image Analyst
le 20 Mar 2013
No. You get the bounding box only after you have all the other edges. Some CBIR methods I've seen are quite sophisticated and may be able to do that, but I'm not familiar with the details of how they do it. The methods are complex, and it's not really my field.
Sayak
le 21 Mar 2013
Jeff E
le 20 Mar 2013
0 votes
The Berkely Segmentation Dataset and Benchmark website: http://www.eecs.berkeley.edu/Research/Projects/CS/vision/bsds/
is a resource you should check out. It contains a wide variety of segmentation algorithms run against a common set of ground truth images, and ranks them on accuracy. Some of them have been implemented in Matlab and can be run without too much trouble...others not so much.
1 commentaire
Sayak
le 21 Mar 2013
Catégories
En savoir plus sur Object Analysis dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!