Reputation: 602
I need an eye-detection software having good accuracy. The software should be able to detect eye coordinates on still images. Can anybody give me good suggestions regarding the same.
Thanks in advance :)
Upvotes: 1
Views: 823
Reputation: 616
Did you try OpenCV? It has simple functions for eye detecting and it's free.
Upvotes: 2
Reputation: 880
it's open source lib for gaze tracking: http://gazegroup.org/downloads/23-gazetracker
Upvotes: 0
Reputation: 401
Eye detection works best when the program first detects the faces, and then search within the faces to detect the eyes. Here is a tutorial on how it's done using OpenCV:
http://nashruddin.com/opencv_eye_detection
Upvotes: 0