Find left eyes in the image.
Find right eyes in the image.
leyes = detectlefteyes(im) reyes = detectrighteyes(im)
The function finds left/right eyes in an image.
The result of lefteye detection or righteye detection is not enough accuracy as the face detection; results of lefteye detection and righteye detection are quite similar in some case. In order to get proper results, it's better to apply lefteye detection and righteye detection functions to a upper half of a detected face image.
"Rapid Object Detection using a Boosted Cascade of Simple Features", Paul Viola and Michael J. Jones, IEEE CVPR, 2001.
"An Extended Set of Haar-like Features for Rapid Object Detection", Rainer Lienhart and Jochen Maydt, IEEE ICIP 2002, Vol. 1, pp. 900-903, Sep. 2002.
http://sivp.sf.net