Does someone here knows a face detection API for Objective-C? I just want to detect one or more faces inside a photo, so it\'s not necessary face recognition.
I wan
If a web service would be suitable for your app, you could checkout face.com which provides an RESTful API.
Your best bet is to look into the following tutorial. It outlines how to port OpenCV to the iPhone. Also the OpenCV Wiki has an example of using OpenCV for face detection. I realize that it is written in C but this is probably the best you are going to get.