Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Thanks in advance. I have a requirement is that , to find only the face from selected image, and need to crop it from the original image.Is there any face detection api for it in iphone using objective c . If any one know please tell to me.

share|improve this question
possible duplicate of How to detect only face from the selected image . – Lazarus Apr 7 '11 at 9:44
@sandhya: Posting the question again just because no-one answered your first isn't a good idea. I know this is frowned upon but have you tried using a well-known-search-engine to see if there are any articles on the web that would help you. – Lazarus Apr 7 '11 at 9:45
@Lazarus : Yes i posted the same question again , bcz I thought the question is not understandable by everyone. – sandhya Apr 7 '11 at 12:21
1  
@Sandhya, just edit your question rather than reposting. – Lazarus Apr 7 '11 at 12:22
@Lazarus: Lazarus actually i am not that much familiar with this thats why i posted again. – sandhya Apr 7 '11 at 12:28
show 2 more comments

1 Answer

The easiest way would be to use a RESTful web service API if Internet connection is possible. You can checkout http://skybiometry.com/ for free face detection & recognition API.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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