machine vision
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I need a way of recognizing a unique irregularly shaped object within an image. I've tried using some template matching techniques but this does not work in all situations. Sometimes the object is painted differently or there is a lot of noise. Also, the object rotates and moves. I need an algorithm that is based on finding the object's shape. Any help would be appreciated. Especially if the source code already exists somewhere and all I have to do is input the template image and main image
0 Commenti
Risposte (3)
Image Analyst
il 7 Nov 2011
Uh, yeah. There's a million image segmentation algorithms out there with varying degrees of success. You'll have to narrow down your parameters some otherwise you'll get nowhere. Let's say I want you to find "me" in the photo. I'm usually wearing different clothing. Sometimes just a brightly colored swimsuit, other times a dark trenchcoat. Varying amount of skin showing. Sometimes I have a hat or facial hair, sometimes not. Sometimes I'm facing the camera, sometimes not. Sometimes all you can see is the top of my head. In many of the images I'm in a crowd of dozens of other people. Sometimes the image is dark and noisy or blurred. Can you find me? It would help if you post some images somewhere of the best case and several of the worst case or wildly different cases. Basically we'd need to see the entire range of images you expect to encounter, along with an explanation of what the object is and where it is in each photo.
0 Commenti
Vedere anche
Categorie
Scopri di più su Computer Vision Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!