aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/gaze_analysis_pipeline/pipeline_modules/aoi_matchers.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/user_guide/gaze_analysis_pipeline/pipeline_modules/aoi_matchers.md')
-rw-r--r--docs/user_guide/gaze_analysis_pipeline/pipeline_modules/aoi_matchers.md26
1 files changed, 21 insertions, 5 deletions
diff --git a/docs/user_guide/gaze_analysis_pipeline/pipeline_modules/aoi_matchers.md b/docs/user_guide/gaze_analysis_pipeline/pipeline_modules/aoi_matchers.md
index 61338cc..c0bc9df 100644
--- a/docs/user_guide/gaze_analysis_pipeline/pipeline_modules/aoi_matchers.md
+++ b/docs/user_guide/gaze_analysis_pipeline/pipeline_modules/aoi_matchers.md
@@ -3,22 +3,38 @@ AOI matchers
ArGaze provides ready-to-use AOI matching algorithms.
-Here are JSON samples to include the chosen module inside [ArLayer configuration](../aoi_analysis.md) *aoi_matcher* entry.
+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
}
```
-[See in code reference](../../../argaze.md/#argaze.GazeAnalysis.DeviationCircleCoverage.AOIMatcher)
-
## Focus point inside
+::: argaze.GazeAnalysis.FocusPointInside.AOIMatcher
+
+### JSON sample
+
```json
"FocusPointInside": {}
```
-
-[See in code reference](../../../argaze.md/#argaze.GazeAnalysis.FocusPointInside.AOIMatcher)