eye

Webcam-based eye tracking & heatmaps

Anyone know of not-perfect-but-usable, affordable eye tracking software that works with run-of-the-mill webcams, preferably iSight? ...

MATLAB Eye Recognition

Is it possible to detect eye in the video mode in MATLAB? I am trying to detect the eye and make some predictions based on the movement of the eye. But am not sure on how to do that. Can someone help me in how to start about that? Thanks in advance. ...

Where to start to write a simple eye tracking program ?

Hi, I want to write a program that the cursor moves according to your eye movements. But I don't have any clue where to start. The only thing that I found a library called wiigee. But I'm not sure that I can use it for eye tracking. ...

Eye Detection Problem In Opencv

Hi, I'm trying to convert this c code(http://nashruddin.com/OpenCV_Eye_Detection) to the python code, but in c style, he used cvROI thing, since ROI functions are not supported by python-opencv, I tried cvGetSubRect so Here is the eye detection part of the code : eye_region = cvGetSubRect(image,cvRect(face.x,int(face.y + (face.height...

Eye Detection Using Opencv

I am working on object detection (eyes) using OpenCV. Following is the code as it is not able to identify an eye object (exactly or near by). Can anyone help me solve this problem? if(imageView.image) { cvSetErrMode(CV_ErrModeParent); IplImage *image = [self CreateIplImageFromUIImage:imageView.image]; // Scaling down IplImage ...