GazeUtils getEyesCenterNormalized Method (Eye, Eye)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(
	Eye leftEye,
	Eye rightEye
)

Parameters

leftEye
Type: TETCSharpClient.Data Eye

[Missing <param name="leftEye"/> documentation for "M:TETCSharpClient.GazeUtils.getEyesCenterNormalized(TETCSharpClient.Data.Eye,TETCSharpClient.Data.Eye)"]

rightEye
Type: TETCSharpClient.Data Eye

[Missing <param name="rightEye"/> documentation for "M:TETCSharpClient.GazeUtils.getEyesCenterNormalized(TETCSharpClient.Data.Eye,TETCSharpClient.Data.Eye)"]

Return Value

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