CalibrationResult and CalibrationPoint

Forum for C#/Windows development

CalibrationResult and CalibrationPoint

Postby p92raylo » 17 Feb 2015, 14:04

Hi,

How is calculted the:

Accuracy Accuracy
MeanError MeanError
Point2D MeanEstimatedCoords
StandardDeviation StandardDeviation

of each CalibrationPoint in CalibrationResult? I want to represent graphically the error of each calibration point but do not know what the parameters mean.
p92raylo
 
Posts: 2
Joined: 06 Feb 2014, 16:20

Re: CalibrationResult and CalibrationPoint

Postby Anders » 17 Feb 2015, 20:34

I asume you are using the C# SDK. The values of the CalibrationResult is automatically populated by the SDK once you have successfully completed a calibration process. The object you recieve through ICalibrationProcessHandler.OnCalibrationResult() or using GazeManager.LastCalibrationResult when the system is calibrated is what you need. Have a look at the open source C# samples for an example of how this is done.
Anders
 
Posts: 124
Joined: 29 Oct 2013, 16:23

Re: CalibrationResult and CalibrationPoint

Postby p92raylo » 17 Mar 2015, 16:43

Thanks Anders.

Yes, I'm using the C# SDK. I know how to use the libraries, but I want to know more about the concepts of the metrics. I'm comparing several eyetrackers and I want to know more about the way that the different metrics are calculated.

For instance, the AverageErrorDegree is expressed in degrees, but how is this done without the value of the distance between the eyetracker and the user?
p92raylo
 
Posts: 2
Joined: 06 Feb 2014, 16:20

Re: CalibrationResult and CalibrationPoint

Postby Anders » 18 Mar 2015, 10:27

For instance, the AverageErrorDegree is expressed in degrees, but how is this done without the value of the distance between the eyetracker and the user?


I am afraid that we do not share information related to the internal tracking and estimation algorithms of our system.

Should you want to compare to other trackers, I suggest you do so using the same distances and write a test program that cashes both average error and distance between gaze point and estimated gaze.
Anders
 
Posts: 124
Joined: 29 Oct 2013, 16:23


Return to C#



cron