From d4af5182bce83cec8223923366002c3fbaebce6a Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Thu, 31 Aug 2023 06:13:20 +0200 Subject: Updating ArGaze presentation page. --- docs/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 88dae83..c5a25dd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,17 +2,17 @@ title: What is ArGaze? --- -# Enable modular gaze processing pipeline +# Build modular real or delayed time gaze processing pipeline **Useful links**: [Installation](installation.md) | [Source Repository](https://git.recherche.enac.fr/projects/argaze/repository) | [Issue Tracker](https://git.recherche.enac.fr/projects/argaze/issues) | [Contact](mailto:achil-contact@recherche.enac.fr) -**ArGaze** python toolkit provides a set of classes to build custom-made gaze processing pipelines that works with any kind of eye tracker devices. +Whether in real time or in post-processing, **ArGaze** python toolkit provides a set of classes to build custom-made gaze processing pipelines that works with any kind of eye tracker devices. ![AGaze pipeline](img/argaze_pipeline.png) ## Gaze analysis pipeline -Whether in real time or in post-processing, **ArGaze** provides extensible modules library allowing to select application specific algorithms at each pipeline step: +First of all, **ArGaze** provides extensible modules library allowing to select application specific algorithms at each pipeline step: * **Fixation/Saccade identification**: dispersion threshold identification, velocity threshold identification, ... * **Area Of Interest (AOI) matching**: focus point inside, deviation circle coverage, ... -- cgit v1.1