Possible Duplicate:
How can I perform facial recogntion on iOS?
Face Detection is possible with the iPhone using IOS5. How can we implement the face recognition.
Possible Duplicate:
How can I perform facial recogntion on iOS?
Face Detection is possible with the iPhone using IOS5. How can we implement the face recognition.
OpenCV is great for face recognition, but I believe that Core Image is an easier alternative. Core Image has classes like CIDetector and CIFaceFeature
Check out these tutorials for Core Image face detection:
Hope this helps!