OpenCV Face Detection
Friday, July 20th, 2007I was looking for some directions on how can human faces be detected. I found OpenCV - library of programming functions mainly aimed at real time computer vision. One of the function it offered is face detection by recognising haar like features in the image.
A more detailed document can be found here.
http://opencvlibrary.sourceforge.net/FaceDetection

