Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
hi, i am new to image processing and matlab. how can i recognize particular faces in a video stream? i have already divided the video into frames and i have detected the faces. but now how can i recognize particular faces in that frame? whether shoul
댓글 수: 0
답변 (2개)
댓글 수: 0
Hi there.
That is a hard question, with an answer worth lots of $$$.
But briefly saying- you got many methods to find a face in an image. Lets say you've used Viola & Jones, and got the face. You want to know who it belongs to, right? You must have a database, with tagged faces- faces encoded into some feature vector, labeled with names. Now, if a face found by a face detector is similar to one of the database elements- it is probably it. If not it is either a new person, or the face has undergone a change against which the feature vector is not robust (light, glasses, beard, mustache, haircut, pose scale etc..). Regarding the real question to be asked- what is the best feature space to use- a lecture given by Prof. Wolf on " Deep learning " presented very impressive results. Face recognition vai LBP works nicely. Google scholar is fool with papers. You need to choose and try some...
Best regards,
Nikolay
댓글 수: 1
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!