Skip to content

kir-sth/eye-tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eye-tracking data processing

In this repository you will find:

I-VT algorithm:

  1. Calculate the Euclidean distance between consecutive gaze points
  2. Convert Euclidean distance to visual angle
  3. Calculate point-to-point velocity in degrees per second
  4. Label each point below velocity threshold as a fixation point, otherwise saccade point
  5. Collapse consecutive fixation points into fixation groups
  6. Remove fixation groups with duration below duration threshold
  7. Calculate centroid, variation, duration and average velocity of each fixation group

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors