Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

This question already has an answer here:

I want to create an app ,that will recognize human face , if there is no Face detected then it will return proper message.

Is there any Framework OR Class with used of we recognize Face from an images

enter image description here

enter image description here

share|improve this question
Did you try Google? – Frank Nov 2 '12 at 8:20
1  
See this answer. – Mat Nov 2 '12 at 9:40

marked as duplicate by ChrisF Mar 14 at 9:21

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

4 Answers

up vote 3 down vote accepted

You can achieve this from ios 5 api, here is sample code you can download it http://maniacdev.com/FaceDetectionExample.zip

share|improve this answer

Please check code from here. I think It will help you.

share|improve this answer

OpenCV does seem to have a Face Recognition API. You can find more information here.

share|improve this answer

Try CIDetector and Google it find more details. It's Apple's framework, works fine!

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.