aboutsummaryrefslogtreecommitdiff
path: root/src/argaze/GazeAnalysis/README.md
blob: fd778e44529bd9ef442a28cd3262b4f1e6dc3541 (plain)
1
2
3
4
5
6
7
8
9
Class interface to work with various gaze analysis algorithms.

# Gaze movements identification algorithms

*"The act of classifying eye movements into distinct events is, on a general level, driven by a desire to isolate different intervals of the data stream strongly correlated with certain oculomotor or cognitive properties."* Citation from ["One algorithm to rule them all? An evaluation and discussion of ten eye movement event-detection algorithms"](https://link.springer.com/article/10.3758/s13428-016-0738-9) article.

## Dispersion based gaze movement identifier (I-DT)

The code is based on the implementation of the I-DT algorithm as described in ["Identifying fixations and saccades in eye-tracking protocols"](http://dx.doi.org/10.1145/355017.355028) article.