trishume / eyeLike

A webcam based pupil tracking implementation.
MIT License
917 stars 335 forks source link

Eye corner #1

Open bnascimento opened 11 years ago

bnascimento commented 11 years ago

Any new ideas for eye corner detection?

trishume commented 11 years ago

I'm thinking of using either a head-pose algorithm like AAM or some colour image segmentation like JSEG.

BenjaminPoilve commented 7 years ago

A little late maybe but dlib has a very powerful facial landmark detection scheme which include eyes corners. I am currently trying to reimplement your algorithm (using python). I am already using the facial Landmarks to detect the eyes positions, and if I succeed, I'll try to implement the tracker using the eyes corners. Any way, thanks for your great code and explanation of Dr Timm algorithm!

BenjaminPoilve commented 7 years ago

Still working on that, made a python version of the algorithm. Now researching for geometrical model of the eye to track the gaze!