Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
5 lines (3 sloc) 127 Bytes
void gaze_system_init();
void track_gaze(Mat& frame_bgr, Mat& frame_gray);
Rect choose_best_eye_pair(vector<Rect> eye_pairs);