0

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.

Community
  • 1
  • 1
MobileGeek
  • 2,462
  • 1
  • 26
  • 46

1 Answers1

-1

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!

pasawaya
  • 11,515
  • 7
  • 53
  • 92