GazeUtils getEyesDistanceNormalized Method (Eye, Eye)C# SDK for The Eye Tribe Tracker
Calculates distance between pupil centers based on previously recorded min and max values

Namespace: TETCSharpClient
Assembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double getEyesDistanceNormalized(
	Eye leftEye,
	Eye rightEye
)

Parameters

leftEye
Type: TETCSharpClient.Data Eye

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

rightEye
Type: TETCSharpClient.Data Eye

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

Return Value

Type: Double
a normalized value [0..1]
See Also