face tracking

4 visualizaciones (últimos 30 días)
Max
Max el 22 de Oct. de 2011
Respondida: Aasim Khurshid el 29 de Abr. de 2019
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

Respuestas (3)

Walter Roberson
Walter Roberson el 22 de Oct. de 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 comentarios
Image Analyst
Image Analyst el 22 de Oct. de 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 el 23 de Oct. de 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!

Iniciar sesión para comentar.


Prasad Kalane
Prasad Kalane el 3 de Nov. de 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 el 29 de Abr. de 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.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by