how to recognize a face in different frame in a video

1 view (last 30 days)
I have seen the example given in matlab, http://www.mathworks.com/examples/matlab-computer-vision/mw/vision_product-visionfacetracking-face-detection-and-tracking-using-camshift Is it possible to provide the face to be detected separety (in the example its detecting the face that appears in the first frame? Also, I want to recognize the face in all the frames of the video, where ever its appearing. Like if some other face appears in between, it will not detect that face and will detect the given or desired face, if it appears again. Please help. Thanks in advance.
  1 Comment
Walter Roberson
Walter Roberson on 26 Mar 2016
You could probably train a cascade object detector for that particular face. Be sure to train from multiple angles.

Sign in to comment.

Answers (1)

Hanieh Shojasadati
Hanieh Shojasadati on 1 Apr 2016
Hi Mandy can you please help me to run the face recognition code?I downloaded the database but still get the error for cd in load_database function. could you help me please? I found you happily run the code. Thanks hanishoja@yahoo.com
  1 Comment
Walter Roberson
Walter Roberson on 1 Apr 2016
What error are you getting for cd? Please include a complete copy of the error message.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!