eyeLike
eyeLike copied to clipboard
Eye corner
Any new ideas for eye corner detection?
I'm thinking of using either a head-pose algorithm like AAM or some colour image segmentation like JSEG.
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!
Still working on that, made a python version of the algorithm. Now researching for geometrical model of the eye to track the gaze!