Face recognition authentication in android [closed]

戏子无情 提交于 2019-11-27 18:06:12

问题


Similar to fingerprint authentication for apps, i am trying to implement face recognition authentication in one of my android app. Can anyone guide me on how to achieve the same using any library or anything.


回答1:


Android’s Face Recognition (Software) is less safe than Apple Face ID (Hardware)
Because of

  • It doesn’t work in poor lighting conditions
  • It is possible to unlock a phone with a picture

So, it’s more a convenience as a feature than a security.




回答2:


I think you should go for Android Face Detection API / Vision API

check for the documentation & tutorial

find the same on GitHub

There is also an library which I had heard about but I haven't tested it

You can have option for going with Firebase's new introduction: Firebase ML kit

Find documentation for ML kit > Face Recognition here




回答3:


If you really want to develop a real accurate Face authentication (such Apple's FaceID or Samsung's Face Recognition), try to find if you can access their API. If they don't open their API, you can't do it.

But, as starter, maybe you can use Azure's Facial Recognition. Read more

Or if you simply just want to detect faces, you can also use Firebase ML Kit. Read more



来源:https://stackoverflow.com/questions/50733793/face-recognition-authentication-in-android

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