简体   繁体   English

在Android中实现人脸识别

[英]Implement Face Recognition in Android

I've been trying to find the simplest way possible to do Face recognition on Android ... i've already done Face Detection using Firebase ML Kit, but Apparently face recognition is a little bit hard to implement, and it seems that the only way possible is through OpenCV, but i don't want to use NDK. 我一直在尝试找到最简单的方法来在Android上进行人脸识别...我已经使用Firebase ML Kit进行了人脸检测,但是显然人脸识别有点难以实现,而且似乎唯一可能的方法是通过OpenCV,但我不想使用NDK。

Is there any other way? 还有其他办法吗? if not can you point me to the best for implementing openCV face recognition on android ? 如果不是,您能否指出我在Android上实现openCV人脸识别的最佳方法?

You can use snapdragon sdk to implement face recegnisation feature in you app. 您可以使用snapdragon sdk在您的应用程序中实现人脸识别功能。 I have used this sdk in one of my app. 我已经在我的一个应用中使用了此SDK。 You can follow this link to get more details about sanpdragon sdk and demo. 您可以单击此链接以获取有关sanpdragon sdk和演示的更多详细信息。

SnapDragon demo for face detection SnapDragon演示用于面部检测

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM