blob: c0bc9dfa7cf69a9e89ab0a4aa7ea771697a81d29 (
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
31
32
33
34
35
36
37
38
39
40
|
AOI matchers
============
ArGaze provides ready-to-use AOI matching algorithms.
The JSON samples have to be included inside [ArLayer configuration](../aoi_analysis.md) *aoi_matcher* entry to select an algorithm.
```json
"aoi_matcher": {
JSON sample
}
```
Read more about [AOIMatcher base class in code reference](../../../argaze.md/#argaze.GazeFeatures.AOIMatcher).
!!! note
The members indicated as **property** are what returns the matcher.
## Deviation circle coverage
::: argaze.GazeAnalysis.DeviationCircleCoverage.AOIMatcher
### JSON sample
```json
"DeviationCircleCoverage": {
"coverage_threshold": 0.5
}
```
## Focus point inside
::: argaze.GazeAnalysis.FocusPointInside.AOIMatcher
### JSON sample
```json
"FocusPointInside": {}
```
|