我可以在应用程序中使用 iPhone 人脸识别吗?
我想在xcode中为iPhone开发一个应用程序,并在应用程序中集成人脸识别以对应其他应用程序功能,但我不知道如何在我的应用程序中使用人脸识别。有什么想法吗?
I want to develop an application for iPhone in xcode and integrate face recognition in the application to correspond to other application functions but I do not know how it is possible to use face recognition in my application. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
查看此维基百科页面。它有很多关于算法、应用程序等的参考。
Check out this Wikipedia page. It has a lot of references to algorithms, applications, etc.
查看 OpenCV。这里有一篇博客文章可以帮助您入门:
http: //niw.at/articles/2009/03/14/using-opencv-on-iphone/en
Check out OpenCV. Here's a blog post that should help get you started:
http://niw.at/articles/2009/03/14/using-opencv-on-iphone/en
请参阅 Apple 发布的实现人脸检测的 iOS 示例代码
SquareCam。 --
See the Apple published iOS sample code that implements face detection called
SquareCam. --