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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 19:59:36  来源:igfitidea点击:

Can I use iPhone face recognition in apps?

iphonexcodeface-recognition

提问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

Check out this Wikipediapage. It has a lot of references to algorithms, applications, etc.

查看此维基百科页面。它有很多关于算法、应用程序等的参考。

回答by Eric Reid

Check out OpenCV. Here's a blog post that should help get you started:

查看 OpenCV。这是一篇可以帮助您入门的博客文章:

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

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

回答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 以及捕获的静止图像中查找人脸。找到的人脸用红色方块表示。