xcode 我可以在应用程序中使用 iPhone 人脸识别吗?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4409106/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Can I use iPhone face recognition in apps?
提问by Ralph El Helou
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?
我想在xcode中为iPhone开发一个应用程序并在应用程序中集成人脸识别以对应其他应用程序功能,但我不知道如何在我的应用程序中使用人脸识别。有任何想法吗?
回答by Claus Broch
回答by Eric Reid
Check out OpenCV. Here's a blog post that should help get you started:
查看 OpenCV。这是一篇可以帮助您入门的博客文章:
回答by Bobjt
See the Apple published iOS sample code that implements face detection called SquareCam. --
请参阅 Apple 发布的 iOS 示例代码,该示例代码实现了称为SquareCam 的面部检测。——
Integrating with CoreImage's new CIFaceDetector to find faces in a real-time VideoDataOutput, as well as in a captured still image. Found faces are indicated with a red square.
与 CoreImage 的新 CIFaceDetector 集成以在实时 VideoDataOutput 以及捕获的静止图像中查找人脸。找到的人脸用红色方块表示。