aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThéo de la Hogue2022-11-08 14:42:36 +0100
committerThéo de la Hogue2022-11-08 14:42:36 +0100
commitd061d4729122cf7dbda2f78252826f4c93debc94 (patch)
tree9cba1bc4f3ee2e8cb4fbd3aff334a85653b1e190 /README.md
parentb92a114386c9abf5b2d22d013a18ae848e1eeca7 (diff)
downloadargaze-d061d4729122cf7dbda2f78252826f4c93debc94.zip
argaze-d061d4729122cf7dbda2f78252826f4c93debc94.tar.gz
argaze-d061d4729122cf7dbda2f78252826f4c93debc94.tar.bz2
argaze-d061d4729122cf7dbda2f78252826f4c93debc94.tar.xz
Improving code documentation.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2da1489..55c7481 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,13 @@
-An open-source python toolkit to deal with gaze tracking and analysis in Augmented Reality (AR) environnement.
+An open-source python toolkit to deal with dynamic Areas Of Interest (AOI) and gaze tracking in Augmented Reality (AR) environnement.
## Architecture
-The ArGaze toolkit provides some generics data structures and algorithms to process gaze analysis and it is divided in submodules dedicated to various specifics features:
+The ArGaze toolkit provides some generics data structures and algorithms to build AR environement with dynamic AOI and so allow gaze tracking with mobil eye tracker devices. It is divided in submodules dedicated to various specifics features:
* ArUcoMarkers: ArUco markers generator, traking, camera calibration, ...
* AreaOfInterest: Area Of Interest (AOI) scene management for 2D and 3D environment.
* TobiiGlassesPro2: A gaze tracking device interface.
+* GazeFeatures: Generic gaze data structures definitions.
* utils: Collection of command-line high level features scripts based on ArGaze toolkit.
## Installation