README Simple gaze tracking using dlib and opencv in three steps: Using dlib's face landmarks detection to extract eyes from the picture. Process the pictures using morphology transformations. find pupil using Hough circle transformation.