ValidationPointResult holds the results of the validation ( total deviation between true point position and calculated POR of the left and right eye POR in [px] and [deg] ) of the validation point at position ( validationPointPxX, validationPointPxY ) [px]. More...
#include "ELCApi.h"
Public Attributes | |
| double | validationPointPxX |
| ELCInvalidValue or x-coordinate of stimulus point position. | |
| double | validationPointPxY |
| ELCInvalidValue or y-coordinate of stimulus point position. | |
| double | meanDeviationLeftPx |
| ELCInvalidValue or mean deviation between left eye POR and stimulus position in [px] in the stimulus plane. | |
| double | meanDeviationLeftDeg |
| ELCInvalidValue or mean deviation of left eye gaze direction in [deg] in the 3-D world system. | |
| double | meanDeviationRightPx |
| ELCInvalidValue or mean deviation between right eye POR and stimulus position in [px] in the stimulus plane. | |
| double | meanDeviationRightDeg |
| ELCInvalidValue or mean deviation of right eye gaze direction in [deg] in the 3-D world system. | |
ValidationPointResult holds the results of the validation ( total deviation between true point position and calculated POR of the left and right eye POR in [px] and [deg] ) of the validation point at position ( validationPointPxX, validationPointPxY ) [px].
The stimulus point position and deviation [px] are given in the 2D stimulus coordinate system originating in the top left corner of the stimulus.
The deviation [deg] corresponds to the total angular deviation between the measured gaze direction from the ground truth gaze direction as determined according to the measured eye position.
Note: All data fields may be ELCInvalidValue. All pairs validationPointPxX/-Y, meanDeviationLeftDeg/-Px and meanDeviationRightDeg-/Px are always either both valid or both ELCInvalidValue.