C# Класс ATUAV_RT.GazeDataFixationHandler

GazeDataHandler that detects fixations. GazeDataReceived method must be subscribed to gaze data events for fixations to be detected. Fixation start, update and end events can be subscribed to through the FixationDetector property. FixDetector written by Oleg Špakov at the University of Tampere in Tampere, Finland. http://www.sis.uta.fi/~csolsp/projects.php Documentation available through download link above.
Наследование: GazeDataHandler
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GazeDataFixationHandler ( SyncManager syncManager ) : System

Initializes default fixation detector to Tobii Studio default **TODO** Analyzer = EFDAnalyzer.fdaFixationSize Filter = EFDFilter.fdfAveraging

GazeDataReceived ( object sender, GazeDataEventArgs e ) : void

Forwards 2D gaze points to fixation detector. Gaze points are only forwarded if CPU and Eyetracker clocks are synchronized. Detailed explanation of synchronization available in Tobii SDK 3.0 Developer Guide. http://www.tobii.com/Global/Analysis/Downloads/User_Manuals_and_Guides/Tobii%20SDK%203.0%20Release%20Candidate%201%20Developers%20Guide.pdf

Описание методов

GazeDataFixationHandler() публичный Метод

Initializes default fixation detector to Tobii Studio default **TODO** Analyzer = EFDAnalyzer.fdaFixationSize Filter = EFDFilter.fdfAveraging
public GazeDataFixationHandler ( SyncManager syncManager ) : System
syncManager SyncManager
Результат System

GazeDataReceived() публичный Метод

Forwards 2D gaze points to fixation detector. Gaze points are only forwarded if CPU and Eyetracker clocks are synchronized. Detailed explanation of synchronization available in Tobii SDK 3.0 Developer Guide. http://www.tobii.com/Global/Analysis/Downloads/User_Manuals_and_Guides/Tobii%20SDK%203.0%20Release%20Candidate%201%20Developers%20Guide.pdf
public GazeDataReceived ( object sender, GazeDataEventArgs e ) : void
sender object
e GazeDataEventArgs
Результат void