eyeLike
eyeLike copied to clipboard
A webcam based pupil tracking implementation.
eyegaze
How would one implement a axis that shows the direction of the eyes are looking at ?
Today our team works hard with opencv "face" module (hosted on https://github.com/Itseez/opencv_contrib). So when it's possible and usable we try to contribute to it while we think - it's better...
Currently the main tracker algorithm is quite slow, which necessitates the image being scaled down, which reduces accuracy. There is a method proposed by Dr. Timm (creator of the algorithm)...
could you add a way to call the find eyes function from python? tat would be very helpfull
Can this be used to check if the eyes are closed?
Required Info | -- | -- Camera Model | SR300 Firmware Version | Open RealSense Operating System & Version | Linux (Ubuntu 14) Kernel Version (Linux Only) | (e.g. 4.4.0)...
I'm not sure what's happening, but after doing cmake in the build dir, and executing `make -j4` it gave me: ``` make -j4 Scanning dependencies of target eyeLike [ 20%]...
Hey Tristan, great eye tracking system first of all. 😄 Just a heads up, your current implementation as it is in the repository won't run due to the path given...
Any new ideas for eye corner detection?
I only get a static image once i resize, but it doesn't seem to be actively updating. Using opencv3. Also - could i use this for things like anti spoofing/detecting...