Skip to content

appuzanova/FixationSaccadeClassifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FixationSaccadeClassifier

Installation

  • pull repo
  • in the root folder run pip3 install .

Usage

from fixation_saccade_classifier import IDTFixationSaccadeClassifier

classifier = IVTFixationSaccadeClassifier()
fixations, saccades, fixation_colors, saccades_colors = classifier.fit_predict(lx, ly)

Methods

  • I-DT - Dispersion-Threshold Identification
  • I-VT - Velocity-Threshold Identification
  • I-HMM - HMM Identification
  • I-AOI - Area-of-Interest Identification

source: Identifying Fixations and Saccades in Eye-Tracking Protocols

Example of usage

see example.ipynb

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published