Facial Recognition on Android

0

I need to implement facial recognition authentication in my Android application, where the user currently enters the user name and password, he will register his image and, to access, I need to activate the camera of the device and validate the face with a previously saved image .

I've done a lot of research on the internet, and would like to confirm some of the information I've read.

Android does not have native facial recognition, FaceDetection only reads the image and detects the face but does not recognize it. The implementation of this facial recognition should be according to the processor, being ARM, Snapdragon, etc. Snapdragon provides the SDK for implementation, since ARM has to copy the bibliotecas.so to implementation and use the Java OpenCV, which I tested in my S3 and stopped the processor of the device, restarting the same several consecutive times. >

Is there really no API to simply read the image, compare and return it if it is identical to the one captured by the camera or not?

    
asked by anonymous 21.08.2014 / 02:47

1 answer

0

Firebase now has the MLK that gives you facial detection, but the Recognition I was only able to successfully test and test Luxand , the problem is that after 14 days the license expires and you have to pay a trifle of approx. $ 99 USD per Month, this I tested on 09/2018.

Luxand Provides API for android and many other languages, including .class files has this differentiation of ARM processors and such ...

Now in the expectation of Firebase provide this recognition API and a price more in account.

I hope I have helped you.

    
14.12.2018 / 16:47