sâmbătă, 29 aprilie 2017

Basic Face Detection and Face Recognition Using OpenCV

http://bit.do/dp7ia Secret sale page at SimplexOpcUa.
Detect faces and their eyes, nose and mouth in a web cam feed. Then calculate the rotation of each face. Next you can also capture the faces and store them in a format suitable for recognition. I then demonstrate working face recognition. This is done using OpenCV, the code is open-source and you can get it at: https://code.google.com/p/visual-control/ If you use it I would be happy to receive a notification of that. If you modify it, you are very welcome to commit your changes! Look at my website for a basic post of the framework: http://toefel.nl/projects/computer-vision-framework/ If you have trouble compiling OpenCV with visual studio 2010, look at: http://www.youtube.com/watch?v=XeBhwbRoKvk For information about compiling Boost with visual studio 2010, look at: http://www.youtube.com/watch?v=5AmwIwedTCM I found the information and explanations about face detection, face tracking and face recognition from Robin Hewitt very useful: http://www.cognotics.com/opencv/servo_2007_series/index.html