c++ - Algorithms for eye gaze (eye-direction) in OPENCV -
i need implement algorithm eye gaze know direction of eye using opencv ,
i have been struggling 1 month using viola-jones algorithm training classifiers provided opencv
in first step based research starting facedetection.cpp xml's face , eye , can detect faces , eye < 1m haven't found method know eye direction
now after research , i've found algorithms eye-gaze don't wich 1 chooose in term of simplicity (because i'm newbie) , efficiency :
distance-threshold algorithm
mean-shift algorithm
edge detetction ==> hough transformation
the longest line scanning occluded circular edge
matching “one-circle” , "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 algorithm recommended me , , if there algorithm algorithms haven't mentionned , need comparaison between algorithms must experienced in field nb : i'm using ubuntu 14.04 , developping c++
any appreciated , :)
Comments
Post a Comment