Using face recognition in your program

Hey, has anyone ever used the face detection API in their Android program?

Simply put, can I have a java class that pulls up the camera, scans the face of the face and returns parameters back to the program?

Thanks for any help!

+3
source share
1 answer

Just saw this being done in Javascript:

http://badassjs.com/post/1461943420/face-detection-in-javascript-via-html5-canvas

It uses a shared vision processing library, perhaps you are adapting what they have done to what you need. Surprisingly, it looks like a lot of code.

0
source

Source: https://habr.com/ru/post/1773294/


All Articles