简体   繁体   English

我可以在应用程序中使用iPhone脸部识别吗?

[英]Can I use iPhone face recognition in apps?

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. 我想在xcode中开发一个iPhone应用程序,并在应用程序中集成面部识别以对应其他应用程序功能,但我不知道如何在我的应用程序中使用面部识别。 Any ideas? 有任何想法吗?

Check out this Wikipedia page. 查看此Wikipedia页面。 It has a lot of references to algorithms, applications, etc. 它有很多参考算法,应用程序等。

Check out OpenCV. 查看OpenCV。 Here's a blog post that should help get you started: 这是一篇博客文章,可以帮助您入门:

http://niw.at/articles/2009/03/14/using-opencv-on-iphone/en http://niw.at/articles/2009/03/14/using-opencv-on-iphone/en

See the Apple published iOS sample code that implements face detection called SquareCam . 请参阅Apple发布的实现名为SquareCam的面部检测的iOS示例代码。 -- -

Integrating with CoreImage's new CIFaceDetector to find faces in a real-time VideoDataOutput, as well as in a captured still image. 与CoreImage的新CIFaceDetector集成,以在实时VideoDataOutput中以及捕获的静止图像中查找面。 Found faces are indicated with a red square. 找到的面部用红色方块表示。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM