开发者

Realtime Face-tracking on Iphone [closed]

开发者 https://www.devze.com 2023-01-27 14:35 出处:网络
Closed. This question does not开发者_运维知识库 meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not开发者_运维知识库 meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

Does anybody know which,currently,is the best library for realizing a real time face-tracking solution for iPhone? I've done a research but I've found quite old articles about OpenCV portings. I would like to know if there is any specific,reliable,fast (and possibly free) AR solution for overlay in real time an image to the face in iPhone camera Video Stream (not simply a static image)

Any help (link,tutorial) would be great.

Thanks everybody!!

Elos


iOS 5 brings facial recognition as a native feature.

Basically you just have to configure an object to act as your the video output stream’s delegate (could be your controller, for example) and use a CIDetector object to process this stream (which is a class available only in iOS 5).

This CIDetector object will look for the faces in each of your video's frame and return a CIFaceFeature object with several information about the faces found, such as the eyes and mounth position and also the bounds (the rectangle that the face was found inside).


You can check this blog for more implementation details: https://web.archive.org/web/20130908115815/http://i.ndigo.com.br/2012/01/ios-facial-recognition/


opencv is the best i think.

checkout this tutorial: http://www.morethantechnical.com/2009/08/09/near-realtime-face-detection-on-the-iphone-w-opencv-port-wcodevideo/


https://github.com/beetlebugorg/PictureMe a starting point... he's using opencv.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号