face tracking

9 vues (au cours des 30 derniers jours)
Max
Max le 22 Oct 2011
hi i need necessary guidance to develop a matlab code for tracking face and drawing bounding box around the face ..If there is no face face in front of webcam I want a display " NO FACE TRACKED"
I have learned till now video capturing and need to do the above mentioned hobby task

Réponses (3)

Walter Roberson
Walter Roberson le 22 Oct 2011
I have played a bit with the face location in iPhoto. It is prone to identify rock formations as being faces. It even identified the derriere of someone facing away from the camera as being a face. Face tracking is not necessarily easy. Especially if you want to process other species (it is difficult to figure out which part of a star-fish is the face, for example.)
  2 commentaires
Image Analyst
Image Analyst le 22 Oct 2011
Now, was that a naked butt? Or one with facial features on it (e.g. embroidery)? Or a moving butt? Well you gotta admire the confidence of Max in tackling a problem that teams of people at Apple can't solve after years of attempting. That said, perhaps he can start with identifying "face" colors. Then move on to the more sophisticated methods listed here: http://iris.usc.edu/Vision-Notes/bibliography/contentspeople.html#Face%20Recognition,%20Detection,%20Tracking,%20Gesture%20Recognition,%20Fingerprints,%20Biometrics
Walter Roberson
Walter Roberson le 23 Oct 2011
There was a little embroidery on the jeans of the image I am referring to. It wasn't much, and was only on one side. But you can imagine my surprise when iPhoto boxed the area and asked, "Is this a picture of Walter Roberson?". I might not be even close to a movie star, but I didn't think I looked like an ass!

Connectez-vous pour commenter.


Prasad Kalane
Prasad Kalane le 3 Nov 2013
try to identify faces using face color features.
It has many limitations,
>> It will identify only limited set of people(based on color)
>> False detection(skin of hand,skin color objects)

Aasim Khurshid
Aasim Khurshid le 29 Avr 2019
You can find the code of face tracking in Matlab here:
Just in case you have any questions, feel free to create an issue. I will answere asap.

Community Treasure Hunt

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

Start Hunting!

Translated by