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
파일 보기 프로젝트 열기: ATUAV/ATUAV 1 사용 예제들

공개 메소드들

메소드 설명
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