aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/gaze_analysis_pipeline/pipeline_modules/gaze_position_calibrators.md
blob: 69139ed03123852796eac8995bfc94eb8dd1ab96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Gaze position calibrators
=========================

ArGaze provides ready-to-use gaze position calibrator algorithms.

Here are JSON samples to include the chosen module inside [ArFrame configuration](../advanced_topics/gaze_position_calibration.md) *gaze_position_calibrator* entry.

## Linear regression

```json
"LinearRegression": {
	"coefficients": [
        [
            0.901167941442693,
            0.0345129853595345
        ],
        [
            0.11551395622739168,
            0.9315744785596141
        ]
    ],
    "intercept": [
        65.43372920399452,
        -52.23141937917768
    ]
}
```

[See in code reference](../../../argaze.md/#argaze.GazeAnalysis.LinearRegression.GazePositionCalibrator)