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

发布于 2024-10-07 04:15:29 字数 86 浏览 5 评论 0原文

我想在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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

好久不见√ 2024-10-14 04:15:29

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

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

请远离我 2024-10-14 04:15:29

查看 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

带上头具痛哭 2024-10-14 04:15:29

请参阅 Apple 发布的实现人脸检测的 iOS 示例代码
SquareCam
。 --

与 CoreImage 的新 CIFaceDetector 集成,在实时 VideoDataOutput 以及捕获的静态图像中查找面部。找到的面孔用红色方块表示。

See the Apple published iOS sample code that implements face detection called
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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文