gaze estimation from an image of an eye
问题 I've been able to detect pupil and the eye corners accurately so far. You can see a few snaps i uploaded in my answer to my own question here: Performing stable eye corner detection Here's what i've done so far. I calibrated the gaze of the user by looking at TLCP, TRCP and BLCP where CP = calibration point; a screen point used for calibration B = bottom T = top L= left R = right gaze_width = TRCP.x - TLCP.x gaze_height = BLCP.y- TLCP.y And the corresponding gaze points i get by looking at