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. ## Deviation circle coverage ```json "DeviationCircleCoverage": { "coverage_threshold": 0.5 } ``` [See in code reference](../../../argaze.md/#argaze.GazeAnalysis.DeviationCircleCoverage.AOIMatcher) ## Focus point inside ```json "FocusPointInside": {} ``` [See in code reference](../../../argaze.md/#argaze.GazeAnalysis.FocusPointInside.AOIMatcher)