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.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Try open CV library for reference here's a link try it out |
|||||||||||
|
|
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: |
|||||
|
|
It's a little late, but you could use this for continues face detection: https://github.com/evermeer/EVFaceTracker |
||||
|
|
|
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. |
|||
|
|

