I'm using OpenCV to do gaze estimation of a person. Currently I have a vector of the user's gaze (for each eye) and coordinates of the center of the eye all in 3D world coordinates.
I want to figure out approximately where the user is looking on the screen. I've tried a few approaches but the results have been inaccurate. How would I go about doing this?