iPhone中的人脸运动检测技术
我正在寻找 iPhone 中的人脸检测技术。在我的应用程序中,我想使用相机检测面部的移动运动。所以,如果您对此有任何想法,请指导我。我正在尝试使用加速度计,但我不知道。所以,如果您对此有任何想法,请指导我。
I am searching for face detection technique in iPhone. In my app I want to detect moving motion of face using camera. So, if you have any idea about that then please guide me. I am trying with accelerometer but I could not get any idea. So, if you have any idea about that then please guide me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
尝试打开 CV 库以供参考,这里有 链接 尝试一下
Try open CV library for reference here's a link try it out
我同意您应该在这个项目中使用 OpenCV,但是让它在 XCode 中工作是很棘手的。
编辑:我发布的原始链接已关闭(大概是因为作者写了一本书),但OpenCV项目现在似乎在这里有一个iOS包:
http://opencv.org/downloads.html
I agree that you should use OpenCV for this project, but getting it to work in XCode is tricky.
EDIT: The original link I posted is down (presumably because the author has written a book), but the OpenCV project now seems to have an iOS package here:
http://opencv.org/downloads.html
虽然有点晚了,但您可以使用它来继续进行人脸检测:
https://github.com/evermeer/EVFaceTracker
It's a little late, but you could use this for continues face detection:
https://github.com/evermeer/EVFaceTracker
有一个名为 Phonect 的现成库可以执行此操作。
它是 iPhone 的运动检测引擎 -
查看网站:
www.phonect.me
和展示应用程序位于:
http://itunes.apple.com/us/app/phonect/id466260946 ?mt=8
干杯!
奥德.
There is a ready-made library dubbed Phonect that does this.
It's a motion detection engine for the iPhone -
Checkout the website at:
www.phonect.me
and the showcase app at:
http://itunes.apple.com/us/app/phonect/id466260946?mt=8
Cheers!
Oded.