aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThéo de la Hogue2023-03-28 11:53:14 +0200
committerThéo de la Hogue2023-03-28 11:53:14 +0200
commit6b8e7ae63a63a2854613b98db2fdeb079026748e (patch)
tree799fbd0caec0038482c1da81fa130645da64caaf /README.md
parent78da945437bbb49a0fc84940c448e175f813230b (diff)
downloadargaze-6b8e7ae63a63a2854613b98db2fdeb079026748e.zip
argaze-6b8e7ae63a63a2854613b98db2fdeb079026748e.tar.gz
argaze-6b8e7ae63a63a2854613b98db2fdeb079026748e.tar.bz2
argaze-6b8e7ae63a63a2854613b98db2fdeb079026748e.tar.xz
Moving Tobii support into a dedicated repository.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 90fe5c3..65fab39 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
-**ArGaze** is a python toolkit to deal with gaze tracking in Augmented Reality (AR) environment.
+**ArGaze** is a python toolkit to deal with gaze tracking in **Augmented Reality (AR) environment**.
-The ArGaze toolkit provides solutions to build 3D modeled AR environment based on ArUco markers and so ease experimentation design with wearable eye tracker. Gaze fixations and saccades can be realtime projected on to Areas Of Interest (AOI) onto AR environment for live interactions.
+The ArGaze toolkit provides solutions to build 3D modeled AR environment defining **Areas Of Interest (AOI)** mapped on **ArUco markers** and so ease experimentation design with wearable eye tracker device.
+
+Further, tracked gaze can be projected onto AR environment for live or post **gaze analysis** thanks to **timestamped data** features.
# Architecture
@@ -11,7 +13,7 @@ ArGaze is divided in submodules dedicated to various specifics features:
* `argaze.GazeAnalysis`: Class interface to work with various gaze analysis algorithms.
* `argaze.ArUcoMarkers`: ArUco markers generator, detector, camera calibration, ...
* `argaze.AreaOfInterest`: Area Of Interest (AOI) scene management for 2D and 3D environment.
-* `argaze.TobiiGlassesPro2`: A gaze tracking device interface.
+* `argaze.DataStructures`: Timestamped data features.
* `argaze.utils`: Collection of command-line high level features scripts based on ArGaze toolkit.
# Installation