Android 中的实时人脸检测
我正在尝试使用 Android 中的相机预览实现人脸检测。有人知道任何(开源)库可以帮助我做到这一点吗?
I'm trying to implement face detection with the camera preview in Android. Does someone know any (open-source) libraries that can help me do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
发布评论
评论(4)
她说她爱他2024-12-10 01:15:11
如果您的设备有一些 Qualcomm 硬件,您可以使用全新的 FastCV 库: https://developer.qualcomm.com/mobile-development/mobile-technologies/computer-vision-fastcv
API在这里:https://developer.qualcomm.com/docs/fastcv/api /index.html
~没有更多了~
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
OpenCV 库具有 Android 端口,并提供人脸检测作为 Android 平台的示例之一。这是教程。
OpenCV library has the Android port and provides face detection as one of samples for Android platform. Here is a tutorial to start with.