GazeUtils getEyesCenterNormalized Method (GazeData)C# SDK for The Eye Tribe Tracker
Find average pupil center of two eyes.

Namespace: TETCSharpClient
Assembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Point2D getEyesCenterNormalized(
	GazeData gazeData
)

Parameters

gazeData
Type: TETCSharpClient.Data GazeData
gaze data frame to base calculation upon

Return Value

Type: Point2D
the average center point in normalized values
See Also