Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
5answers
10k 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?
8
votes
5answers
868 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 ...
7
votes
2answers
2k 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.
5
votes
3answers
833 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
2answers
868 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 ...
4
votes
3answers
2k 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 ...
3
votes
3answers
352 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 ...
3
votes
3answers
881 views

Iris detection with opencv

How can I detect irises in a face with opencv?
3
votes
3answers
168 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 ...
3
votes
4answers
251 views

eyetracking package for usability research?

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 ...
1
vote
2answers
48 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
vote
2answers
46 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
1
vote
2answers
475 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 ...
-1
votes
1answer
339 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 ...
-1
votes
1answer
561 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 ...