Opticka 2.16.1
Opticka is an experiment manager for behavioral research.
Loading...
Searching...
No Matches
eyetrackerSmooth Class Reference

Smoothes incoming eye sample data. More...

Detailed Description

Smoothes incoming eye sample data.

Copyright ©2014-2023 Ian Max Andolina — released: LGPL3, see LICENCE.md

Inheritance diagram for eyetrackerSmooth:

Public Member Functions

function eyetrackerSmooth ()
 This is the constructor for this class.
 
function get smoothingTime (in me)
 calculate smoothing Time in ms
 
function doSmoothing (in me, in in)
 smooth data in M x N where M = 2 (x&y trace) or M = 4 is x&y for both eyes. Output is 2 x 1 x + y average position
 

Static Public Member Functions

static function heuristicFilter (in indata, in level, in steps)
 Stampe 1993 heuristic filter as used by Eyelink.
 

Public Attributes

Property smoothing
 options for online smoothing of peeked data
 
Property smoothingTime
 calculates the smoothing in ms
 

Constructor & Destructor Documentation

◆ eyetrackerSmooth()

function eyetrackerSmooth::eyetrackerSmooth ( )

This is the constructor for this class.

Member Function Documentation

◆ doSmoothing()

function eyetrackerSmooth::doSmoothing ( in  me,
in  in 
)

smooth data in M x N where M = 2 (x&y trace) or M = 4 is x&y for both eyes. Output is 2 x 1 x + y average position

◆ heuristicFilter()

static function eyetrackerSmooth::heuristicFilter ( in  indata,
in  level,
in  steps 
)
static

Stampe 1993 heuristic filter as used by Eyelink.

Parameters
indata- input data
level- 1 = filter level 1, 2 = filter level 1+2
steps- we step every # steps along the in data, changes the filter characteristics, 3 is the default (filter 2 is #+1) @out out - smoothed data

◆ smoothingTime()

function get eyetrackerSmooth::smoothingTime ( in  me)

calculate smoothing Time in ms

Member Data Documentation

◆ smoothing

Property eyetrackerSmooth::smoothing

options for online smoothing of peeked data

◆ smoothingTime

Property eyetrackerSmooth::smoothingTime

calculates the smoothing in ms


The documentation for this class was generated from the following file: