How we detect face and compare with other face in iPhone.if it is matched it will display the user name.
Asked
Active
Viewed 105 times
1
-
use [openCV](http://docs.opencv.org/trunk/modules/contrib/doc/facerec/facerec_tutorial.html) – Anil Varghese Jan 16 '14 at 07:06
1 Answers
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