Face recognition API [closed]

我的梦境 提交于 2019-11-26 12:35:10

问题


Using Java Android, I am trying to find a way to do recognition of the face with camera given picture.

Any ideas? Does anyone have any API suggestions?


回答1:


Here are some links that I found on face recognition libraries.

  • Android's FaceDetector.Face
    • Tutorial: Implementing Face Detection in Android
  • OpenCV Facerecog

Image Identification links:

  • Moodstocks
  • Ltutech



回答2:


You can try Microsoft's Face API. It can detect and identify people. learn more about face API here.




回答3:


You use class media.FaceDetector in android to detect face for free.

This is an example of face detection: https://github.com/betri28/FaceDetectCamera




回答4:


macgyver offers face detection programs via a simple to use API.

The program below takes a reference to a public image and will return an array of the coordinates and dimensions of any faces detected in the image.

https://askmacgyver.com/explore/program/face-location/5w8J9u4z



来源:https://stackoverflow.com/questions/6825778/face-recognition-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!