GazeUtils getEyesCenterPixels Method (Eye, Eye, 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(
	Eye leftEye,
	Eye rightEye,
	int screenWidth,
	int screenHeight
)

Parameters

leftEye
Type: TETCSharpClient.Data Eye

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

rightEye
Type: TETCSharpClient.Data Eye

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

screenWidth
Type: System Int32

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

screenHeight
Type: System Int32

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

Return Value

Type: Point2D
the average center point in pixels
See Also