eye blink detection for iphone sdk

mayuur picture mayuur · Aug 17, 2011 · Viewed 10.1k times · Source

Now that face detection is possible with ios 5, i am just wondering is it also possible to detect blinking eyes? I read the frameworks, but i just got methods for getting the position of eyes. Also, i have heard of OpenCV framework for iphone which has face detection. Will i get my blinking work done by OpenCV framework??

Can anyone help me for some stuff on openCV or on face/blink detection?? All i require is blink detection on iphone/ipad.

Any suggestions/replies welcomed... Thanx.

EDITED : As iOS 5 is under NDA, please suggest me if this detection is possible via OpenCV framework??

Answer

X.Y. picture X.Y. · Jun 25, 2013

Now in iOS 7, CoreImage supports eye blink. Here is the API diff from beta 2:

Here is the API diff in iOS 7 Beta 2:

CoreImage

CIDetector.h

Added CIDetectorEyeBlink

Added CIDetectorSmile