Is the specific task of detecting and tracking eyes over frames captured from a camera or video.
0
votes
0answers
42 views
Eye tracking - estimating face position
I want to create an eye-tracker using EmguCV. I came across the problem of calculating the face position, which I need to get in order to correctly estimate the gaze of a person. I wanted to use the ...
-1
votes
0answers
39 views
S2 eye tracker hardware combine with Javascript [closed]
Has anyone done this before? The S2 already provided API in java or C code. But I was wonder if it can convert into javascript? So that I can develop a programming that if I look away from video on ...
-5
votes
1answer
169 views
how to programme an eye tracking based computer mouse in C++
I am doing a project where I have to develop an application in which the mouse cursor moves according to the co-ordinates provided to it.These co-ordinates are generated from the position of user's ...
1
vote
2answers
148 views
Printing Eye Coordinates through OpenCV tracking
I have managed to perform some simple face and eye detection/tracking. It's not too accurate but it works. I was wondering if there was some way in the OpenCV library where I could extract the ...
0
votes
0answers
372 views
Android OpenCV eye-tracking by color detection
I have a code which detect face, both eyes and then the pupil of each eyes. Now I want to detect the corners of each eyes by using white color detection. As I am new to opencv could you please guide ...
0
votes
1answer
97 views
How to get back image from contours?
I am working on a project where I reduced my image to one object's contours(Actually its the pupil of the eye).
Now I want to apply hough transform on the image that contains the contour of the ...
3
votes
1answer
179 views
OpenNI eye tracking
I'm developing a project with OpenNI.
I've already make a skeleton tracking, but I can't find how can I realize an eye tracking with this library.
Is it possible or I'll have to adapt myself to ...
0
votes
1answer
257 views
Estimating the gaze using pupil and glint xy coordinates
I have managed to track the center x y coordinate and the radius of the pupil using opencv.
Now I want to measure the gaze using it.
If somebody can help me with the theory part of it, probably I ...
0
votes
0answers
108 views
Eyetracking Error “Unhandled exception at 0x000007fefce5cacd”?
I have downloaded the open source version of Eye Tracking and have tried which gives the following error:
Unhandled exception at 0x000007fefce5cacd in EyeTracking.exe:
Microsoft C++ exception:
...
3
votes
2answers
830 views
About finding pupil in a video
I am now working on an eye tracking project. In this project I am tracking eyes in a webcam video (resolution if 640X480).
I can locate and track the eye in every frame, but I need to locate the ...
1
vote
2answers
382 views
eye tracking system
i need to add eye tracking system into a website. something with heatmap, which use to trace where your user click the most.
is there any open source php( jquery, html) plugin to do that?
Thx
0
votes
0answers
46 views
Distance measure of sequences; string edit
I would like to compare two eye-tracking scanpaths.
The eye-tracking results in a sequence of labels that the observer look at, for a division of an image into labeled tiles (rectangular regions). We ...
8
votes
1answer
715 views
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 ...
4
votes
3answers
365 views
Double click timer event
I am developing an application that maps users eye movements with the cursor movements, hence developing ahands free cursor control system.
I am using Open CV library's .NET Wrapper for C# i.e. Emgu ...
8
votes
3answers
5k views
track eye pupil in a video
I am working on a project aimed to track eye pupil. For this I have made a head-mounted system that captures the images of the eye. Completed with the hardware portion I am struck in software part. I ...
1
vote
2answers
165 views
Analyzing gaze tracking data
I have an image which was shown to groups of people with different domain knowledge of its content. I than recorded gaze fixation data of them watching the image.
I now kind of want to compare the ...
-1
votes
1answer
2k views
Detect Eyes Using Matlab
I have tryed hough circle algo but it give not acceptable out put of detecting
eyes . Can we find way to get the eyes detect in image I having face front ...
5
votes
4answers
3k views
1
vote
2answers
67 views
how to find image for computervision programs
hi
i'm trying some eigenvector tecniques for eyes and face recognition
where can i find databes of pictures? like a databe with eyes of the same dimension - for example
0
votes
1answer
875 views
Are there any existent iris/eye recognition libraries for Android's Java or similar languages?
I'm curious if there are any iris recognition libraries already existent for Java in Android, or at least in a similar language (or Java in general). I found a matlab library, but I'm having ...
1
vote
2answers
869 views
Measure pupil size in image of eyes
I've been trying to find a way to measure the size of a pupil in a close-up image of an eye. I want to turn this into an Android app. I have previous Android experience but can't find any Java ...
3
votes
3answers
507 views
General algorithm to do eyes tracking
So, the think is i want to build a software who can track the possition of the pupil, but i cant find on internet a mathematical aproch to the problem. I want to see some examples of how to calculate ...
7
votes
2answers
3k views
Eyetracking for the iPhone?
Has anyone experimented with eyetracking for the iPhone or heard of projects related to eyetracking in iOS?
Is it technically feasible at all?
How problematic would recording that data be in the ...
5
votes
1answer
2k views
Eye tracking: finding the pupil (x,y)
I am looking for some suggestions on how to approach the following computer vision problem.
Below are 4 samples of an eye tracking dataset that I am working with. I would like to write code takes one ...
4
votes
3answers
3k views
Hough transformation for iris detection in OpenCV
I wrote the code for hough transformation and it works well. Also I can crop the eye location of a face. Now I want to detect the iris of the crop image with applying the Hough ...
12
votes
6answers
2k views
Eye-tracking for code editing
Is there a decent eye tracking package to replace the mouse for code editing?
I want to free up the mouse, but keep using my keyboard for editing code.
Having done some research on it, I concluded ...
2
votes
4answers
313 views
eyetracking package for usability research? [closed]
Here's an interesting writeup of using eye tracking software to generate "heat maps" that show where on the screen users spend the majority of their time.
Any leads as to good packages for doing ...
11
votes
2answers
3k views
Eye-Tracking library in C#, C/C++ or Objective-C
Anyone know of an eye-tracking library for C#, C/C++ or Objective-C? Open-source is preferable. Thanks.
24
votes
5answers
17k views
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?
