1

How we detect face and compare with other face in iPhone.if it is matched it will display the user name.

Daahrien
  • 10,190
  • 6
  • 39
  • 71
Pitambar Indoria
  • 380
  • 1
  • 12

1 Answers1

2

You have to go with CoreImage.
Here are some nice tutorial & sample codes:-
1. http://maniacdev.com/2011/11/tutorial-easy-face-detection-with-core-image-in-ios-5
2. FaceTracker
3. FaceRecognition
Updated:- Please have a look a this. Face Recognition on the iPhone

Community
  • 1
  • 1
Piyush Dubey
  • 2,416
  • 1
  • 24
  • 39
  • its only face recognition.But i want when i save image and again take photo with same face.it will be comparison with last save image.if face is same it display alert with name how we do it. – Pitambar Indoria Jan 16 '14 at 07:27