These detectors have been obtained with the OpenCV release delivered in 2004. I have used these detectors mainly for video streams, and
only after finding a face. Therefore they are used on likely facial areas.

ojoD.xml is the right (in the image) eye detector, the dimensions used are 16x12 pixels
ojoI.xml is the left (in the image) eye detector, the dimensions used are 16x12 pixels
parojos.xml searches both eyes, this can be useful for lower resolution images. The dimensions used are 22x5 pixels.

They have not been compared to others eyes detectors, so feel free to comment me anything to improve my eye detection system ;)

mcastrillon@iusiani.ulpgc.es