Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Algorithms for eye gaze (eye-direction) in OPENCV
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi all,
I need to implement algorithm for eye gaze to know the direction of eye using opencv , Now after some research , i've found some algorithms for eye-gaze but i don't wich one to chooose in term of it simplicity (because i'm just a newbie) and efficiency :
Distance-Threshold Algorithm
Mean-Shift Algorithm
Edge detection ==> Hough Transformation
the Longest Line Scanning
Occluded Circular Edge Matching
“one-circle” and "two-circle" algorithm
Neural network based approaches
principal component analysis (PCA).
Starburst Algorithm
Kalman filter
Velocity Threshold Eye Movement Identification
Active appearence model (AAM)
CCL : Connected component labeling algorithm
CCA : colonial competitive algorithm
Blob detection
Lucas Kanade
So what algorithm you can recommended . NB : i'm using ubuntu 14.04 and developping with C++
Any help will be much appreciated , thanks :)
2 comentarios
Walter Roberson
el 6 de Ag. de 2015
C++ implementation questions are not appropriate for this forum.
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!