Skip to content

Repository files navigation

WebFixRT

Real-time fixation detection on the Web

Installation

To clone the repository, open up VS code(or another code editor of your choosing), open a terminal and type the following command

npm i webfixrt

Demo

Open up a terminal in your code editor and go into the demo_app directory:

cd demo_app
npm install
npm run dev

Usage

Below is an example of how you could run our algorithm(s):

import{RT_IVT_ALGO,RT_IDT_ALGO}from'webfixrt';constalgo=newRT_IVT_ALGO();fixation=algo.rt_ivt2({x: 0,y: 0},0,0.2,0.5) # xy-coordinate,elapsedtime,threshold,minimumduration

About

Real-time fixation detection on the Web

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages