aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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, ...