aboutsummaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorThéo de la Hogue2023-08-31 06:13:20 +0200
committerThéo de la Hogue2023-08-31 06:13:20 +0200
commitd4af5182bce83cec8223923366002c3fbaebce6a (patch)
tree6404bf0e155c5d7bcdfce36cb98271725c62c5e0 /docs/index.md
parent6cceec3b4707273fe38c101305c8f2d26a8143cf (diff)
downloadargaze-d4af5182bce83cec8223923366002c3fbaebce6a.zip
argaze-d4af5182bce83cec8223923366002c3fbaebce6a.tar.gz
argaze-d4af5182bce83cec8223923366002c3fbaebce6a.tar.bz2
argaze-d4af5182bce83cec8223923366002c3fbaebce6a.tar.xz
Updating ArGaze presentation page.
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md6
1 files 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, ...