GazeUtils getEyesCenterPixels Method (GazeData, Int32, Int32)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 getEyesCenterPixels(
	GazeData gazeData,
	int screenWidth,
	int screenHeight
)

Parameters

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

[Missing <param name="screenWidth"/> documentation for "M:TETCSharpClient.GazeUtils.getEyesCenterPixels(TETCSharpClient.Data.GazeData,System.Int32,System.Int32)"]

screenHeight
Type: System Int32

[Missing <param name="screenHeight"/> documentation for "M:TETCSharpClient.GazeUtils.getEyesCenterPixels(TETCSharpClient.Data.GazeData,System.Int32,System.Int32)"]

Return Value

Type: Point2D
the average center point in pixels
See Also