aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThéo de la Hogue2024-04-16 10:29:05 +0200
committerThéo de la Hogue2024-04-16 10:29:05 +0200
commit4b52d5a06c2fd2665da2a4fd0b3ae6123ddd7c13 (patch)
tree0e23e6fa0d70ea6ac33c6945736175142734e38f
parent9da2c1a3b5e041fb89c90b4f7aa879efe59ffdda (diff)
downloadargaze-4b52d5a06c2fd2665da2a4fd0b3ae6123ddd7c13.zip
argaze-4b52d5a06c2fd2665da2a4fd0b3ae6123ddd7c13.tar.gz
argaze-4b52d5a06c2fd2665da2a4fd0b3ae6123ddd7c13.tar.bz2
argaze-4b52d5a06c2fd2665da2a4fd0b3ae6123ddd7c13.tar.xz
Replacing processing by analysis. Replcing ... by etc.
-rw-r--r--docs/index.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/index.md b/docs/index.md
index 385275a..d179007 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -2,11 +2,11 @@
title: What is ArGaze?
---
-# Develop post- or real-time gaze processing applications
+# Develop post- or real-time gaze analysis applications
**Useful links**: [Installation](installation.md) | [Source Repository](https://gitpub.recherche.enac.fr/argaze) | [Issue Tracker](https://git.recherche.enac.fr/projects/argaze/issues) | [Contact](mailto:argaze-contact@recherche.enac.fr)
-**ArGaze** is a Python software library that lets you build **custom-made gaze processing pipelines** for **any kind of eye tracker device,** whether for **post- or real-time data processing**.
+**ArGaze** is a Python software library that lets you build **custom-made gaze analysis pipelines** for **any kind of eye tracker device,** whether for **post- or real-time data processing**.
![ArGaze pipeline](img/argaze_pipeline.png)
@@ -14,9 +14,9 @@ title: What is ArGaze?
**ArGaze** provides an 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, ...
-* **Scan path analysis**: transition matrix, entropy, explore/exploit ratio, ...
+* **Fixation/Saccade identification**: dispersion threshold identification, velocity threshold identification, etc.
+* **Area Of Interest (AOI) matching**: focus point inside, deviation circle coverage, etc.
+* **Scan path analysis**: transition matrix, entropy, explore/exploit ratio, etc.
Once the incoming data is formatted as required, all those gaze analysis features can be used with any screen-based eye tracker devices.