From 74ed30fa3417c5a1bb5f147d779250e5bbdbd521 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Wed, 22 Nov 2023 10:38:16 +0100 Subject: Including code reference inside pipeline modules description. --- .../pipeline_modules/aoi_matchers.md | 26 +++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) (limited to 'docs/user_guide/gaze_analysis_pipeline/pipeline_modules/aoi_matchers.md') 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) -- cgit v1.1