You are on page 1of 1

homework

Eyetracking

13Event
Detection
Algorithms

theidentificationbydispersionthreshold
Dispersionbased Alg

Alg
binationdetection

Velocityandaccelerationpeg Saccade detection Alg

I-DT algorithm pseudocode :

I-DT ( raw data, dispersion threshold, duration threshold)

While there is still points:

Initialise window over rst points to cover the


duration threshold.

If (dispersion of window points <= threshold):

Add additional points to the window


until (dispersion > threshold).

Note a xation at the center of the window


points.

Remove window points from points.

Else:

Remove rst point from points.

Return xations.

You might also like