Hi guys. Need help in identifying individuals with web camera or from the image. Face Tracking is not a problem to implement. And here is how you can identify the person or object in the frame, I do not know.
Face detection is difficult! How can you compare the two images and get a percentage of the difference. Probyval select the face area, to maintain the standard. Then download and go through the pixels. But each time the pixels are not the same.
http://atduskgreg.github.io/opencv-processing/reference/index.html?help-doc.html
is a function diff (PImage img), but I can not find an example.
Answers
This may be a hard topic, you need to look for a face recognition algorithms.. You can start from here http://www.face-rec.org
Face detection is difficult! How can you compare the two images and get a percentage of the difference. Probyval select the face area, to maintain the standard. Then download and go through the pixels. But each time the pixels are not the same. http://atduskgreg.github.io/opencv-processing/reference/index.html?help-doc.html is a function diff (PImage img), but I can not find an example.