Face Detection API for Objective-C

后端 未结 2 1723
温柔的废话
温柔的废话 2020-12-15 14:26

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

相关标签:
2条回答
  • 2020-12-15 14:56

    If a web service would be suitable for your app, you could checkout face.com which provides an RESTful API.

    0 讨论(0)
  • 2020-12-15 15:04

    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.

    0 讨论(0)
提交回复
热议问题