Android 上的特征脸
是否有可能找到一个用于人脸识别的Java库,因为我似乎找不到任何库,而且我找到的库都是用c++编写的,并且在我的程序中已经用Java编写了,android中有没有相关的API或库因为我是在Android平台上开发的?
Is it possible to find a Java library for face recognition because I can't seem to find any, and the ones I found are all in c++ and in my program is already written in Java, is there any API or library in android for that since I'm developing on the Android platform?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看这个:http://darnok.org/programming/face-recognition/ (未经我测试)
但是如果你有一个你信任的 C++ 库,我建议你通过使用 android NDK 来使用它们。请参阅http://developer.android.com/sdk/ndk/index.html。
Take a look at this: http://darnok.org/programming/face-recognition/ (untested by me)
But if you have a library that you trust in C++, I'd suggest you use them by using the android NDK. See http://developer.android.com/sdk/ndk/index.html.
等到第四季度。 Ice Cream Sandwich 将拥有人脸识别 API。
Wait till Q4. Ice Cream Sandwich will have face recognition apis.