문제

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?

도움이 되었습니까?

해결책

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

Image Identification links:

다른 팁

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

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

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

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top