face detection?

Hello,

I am quite new to using OpenGL and I was wondering if it provides you with some sort of face detection function.

Btw, I am on a windows OS.

Thank you,
abraham2119

Absolutely not :wink:

Try OpenCV instead.
They even have a sample programs that works well and an explanation :
http://opencv.willowgarage.com/wiki/FaceDetection

Compilable out of the box, and cross platform.