user671805
user671805

Reputation: 602

Eye detection software

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

Answers (3)

bmkorkut
bmkorkut

Reputation: 616

Did you try OpenCV? It has simple functions for eye detecting and it's free.

Upvotes: 2

ztsv
ztsv

Reputation: 880

it's open source lib for gaze tracking: http://gazegroup.org/downloads/23-gazetracker

Upvotes: 0

ali
ali

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

Related Questions