Description Usage Format Details Source References Examples
This data set contains three examples of subjects following objects in videos while their eye movements were recorded. Each recorded sample was annotated by two human coders and classified by 10 different algorithms (IDT and IDTk are two versions of the same algorithm) into up to six different eye movement events.
1 | data("video")
|
A data frame with 10889 observations on the following 19 variables.
subjectA numeric vector indicating the number of the subject.
tA numeric vector containing the timestamp.
h_pupilA numeric vector with the horizontal pupil dilation.
v_pupilA numeric vector with the vertical pupil dilation.
xA numeric vector containing the gaze position on the x-dimension.
yA numeric vector containing the gaze position on the y-dimension.
coderMNA numeric vector indicating the eye movement event annotated by the first human coder.
coderRAA numeric vector indicating the eye movement event annotated by the second human coder.
CDTA numeric vector indicating the eye movement event classified by the CDT (only fixations) algorithm.
EKA numeric vector indicating the eye movement event classified by the EK (only saccades) algorithm.
IDTA numeric vector indicating the eye movement event classified by the IDT (only fixations) algorithm.
IDTkA numeric vector indicating the eye movement event classified by the IDTk (fixations and saccades) algorithm.
IKFA numeric vector indicating the eye movement event classified by the IKF (fixations and saccades) algorithm.
IMSTA numeric vector indicating the eye movement event classified by the IMST (fixations and saccades) algorithm.
IHMMA numeric vector indicating the eye movement event classified by the IHMM (fixations and saccades) algorithm.
IVTA numeric vector indicating the eye movement event classified by the IVT (fixations and saccades) algorithm.
NHA numeric vector indicating the eye movement event classified by the NH (fixations, saccades, and PSOs) algorithm.
BITA numeric vector indicating the eye movement event classified by the BIT (only fixations) algorithm.
LNSA numeric vector indicating the eye movement event classified by the LNS (saccades and PSOs) algorithm.
The annotated and classified events are the following:
0
1
2
3
4
5
6
The data was recorded with 500 Hz and the stimuli were presented on a screen with resolution 1024x724 px and size 380x300 mm. The viewing distance was 670 mm.
Andersson, R., Larsson, L., Holmqvist, K., Stridh, M., & Nystrom, M. (2017). One algorithm to rule them all? An evaluation and discussion of ten eye movement event-detection algorithms. Behavior Research Methods, 49, 616-637. https://doi.org/10.3758/s13428-016-0738-9
Data available at: https://github.com/richardandersson/EyeMovementDetectorEvaluation
Larsson, L., Nystrom, M., & Stridh, M. (2013). Detection of saccades and postsaccadic oscillations in the presence of smooth pursuit. IEEE Transactions on Biomedical Engineering, 60 (9), 2484-2493. https://doi.org/10.1109/TBME.2013.2258918
Larsson, L., Nystrom, M., Andersson, R., & Stridh, M. (2015). Detection of fixations and smooth pursuit movements in high-speed eye-tracking data. Biomedical Signal Processing and Control, 18, 145-152. https://doi.org/10.1016/j.bspc.2014.12.008
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.