gaze detection
Hello, can anyone tell me about the gaze direction and how can i implement this with opencv? there is a source code or an example of code somewhere?
Thanks, marilou
Hello, can anyone tell me about the gaze direction and how can i implement this with opencv? there is a source code or an example of code somewhere?
Thanks, marilou
As far as I know, gaze estimation (also gaze detection) is not an easy task but some researches have gained very excellent results. Here are some references:
http://staff.science.uva.nl/~gevers/pub/GeversTIP12-1.pdf
http://imageprocessinggroup.googlecode.com/svn/trunk/STICKTEMP/gazeDetection/guilliume-gaze_tracking.pdf
And here are some implementations:
https://code.google.com/p/gaze-tracking-cmu/
https://github.com/trishume/eyeLike
Hope this help.
Asked: 2014-02-28 07:56:57 -0600
Seen: 2,488 times
Last updated: Feb 28 '14
hi ... i am work on the same project and i just complete face and eye and pupil detection ... did you get anything ??