Android 上的面部表情识别

发布于 2024-11-03 19:08:51 字数 1539 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

草莓酥 2024-11-10 19:08:51

我建议让 Android OpenCV 端口作为良好的第一步。

由于图像处理的实时要求,您将看到的大多数人脸检测/识别代码可能都是用 C++ 编写的。许多系统可能使用 OpenCV 作为基础,并且/或者您可以从 OpenCV 的许多低级函数中拼凑出合理的解决方案。

那里的 CVCamera 示例也很好地展示了 JNI/NDK 互操作如何在 Android 上工作,这有助于与其他代码交互。

I'd suggest getting the Android OpenCV port working as a good first step.

Due to real-time requirements for image processing, most of the face detection/recognition code you're going to see is likely to be in C++. Many systems may use OpenCV as a base and/or you can cobble together a reasonable solution from OpenCV's many low-level functions.

The CVCamera sample in there is also good for showing how JNI/NDK interop works on Android which can be helpful for interfacing with other code.

旧故 2024-11-10 19:08:51

face.com 怎么样? 它是基于网络(服务)的,但应该相当不错!

what about face.com? it's web(service) based, but supposed to be pretty good!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文