Android 中的实时人脸检测

发布于 12-03 01:15 字数 59 浏览 1 评论 0原文

我正在尝试使用 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 技术交流群。

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

发布评论

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

评论(4

栖竹2024-12-10 01:15:11

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.

酒浓于脸红2024-12-10 01:15:11

JavaCV 是一个与 OpenCV 的 Java 绑定,支持 Android。它还支持许多其他计算机视觉库。

http://code.google.com/p/javacv/

JavaCV is a Java binding to OpenCV with Android support. It also has supports a number of other Computer Vision libraries.

http://code.google.com/p/javacv/

絕版丫頭2024-12-10 01:15:11

您是否有必须使用外部 opencv 库的原因?

你能不能只使用内置的 android 呢?
android.media.FaceDetector;

Is there a reason you have to use an external opencv library?

Could you not just use the built in android one?
android.media.FaceDetector;

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