I am trying to implement Facial authentication in Android. I can see Android SDK has Face Detector API where I can detect the faces. But is there any API which can be used to authenticate the user on basis of Facial recognition. For Example, I have put my Face as a password in Android and now I need to write code to check the face data which I have stored while locking my Android device.
Regards, Munish