android - 适用于 Android 的人脸识别器 opencv 类

标签 android opencv computer-vision android-camera face-recognition

我正在尝试为 Android 构建人脸识别应用程序。根据此链接:

http://docs.opencv.org/trunk/modules/contrib/doc/facerec/index.html

有一个名为 FaceRecognizer 的类,它是人脸识别功能的一个很好的抽象层。

在此链接:http://docs.opencv.org/它说这个 FaceRecognizer 类在“contrib”文件夹中。但是,当我下载适用于 Android 的 OpenCV 并将其导入到我的 Eclipse 工作区时,我没有看到“contrib”文件夹。因此,我无法继续使用此应用程序。

您知道 FaceRecognizer 类是否可用于 OpenCV for Android 吗?

最佳答案

OpenCV4Android 绑定(bind)由包装器生成器脚本生成,因此尚不支持整个 OpenCV 库。不久前,我与 OpenCV4Android 的维护者之一 Kirill Kornyakov 进行了交谈,以下是他在 FaceRecognizer for OpenCV4Android 上所说的话:

I've decided to double check with Andrey Pavlenko, who is the private developer of the Java bindings for OpenCV. He said that for the full support he needs to fix a couple of things, to help wrapper generator script to understand some data types. This is not specific for FaceRecognizer, this is a general and quite important task in our Roadmap. So, hopefully this will be finished before the 2.4.3 which is coming ~ November 1st. We're also getting a lot of questions about FaceRec on Android, and it will be one of our priorities for the next release.

关于android - 适用于 Android 的人脸识别器 opencv 类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12933677/

相关文章:

c++ - 用opencv着色

math - 准确测量一组基准点之间的相对距离(增强现实应用)

android - sharedpreferences 中没有默认值

android - 如何附加图像以在android中上传?

android - 在 Android 中使用 Apache XML RPC 和 Commons JAR

python - 在 Tkinter GUI 中显示 Python 脚本的输出

c++ - CMake OSX 命令行与 GUI 差异

machine-learning - 卷积神经网络做出有偏差的预测

java - 实现 USSD 功能。将服务绑定(bind)到 PhoneUtils 而无需在每次更新时重新启动手机

python - 捕获和处理网络摄像头提要并将其作为 "virtual webcam"公开-在Python中,在Windows上