face tracking
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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
0 Commenti
Risposte (3)
Walter Roberson
il 22 Ott 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 Commenti
Image Analyst
il 22 Ott 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
il 23 Ott 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!
Prasad Kalane
il 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)
0 Commenti
Aasim Khurshid
il 29 Apr 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.
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!