aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThéo de la Hogue2023-03-28 15:00:23 +0200
committerThéo de la Hogue2023-03-28 15:00:23 +0200
commit3febfbdceb6f67e3cb8f8f4f4f2164f0be31333d (patch)
tree71b1188aeb9b46904e8e0b86884e8e02e73f3096 /README.md
parent6bb8f307f67275543ec50b51fc98a19483b0c066 (diff)
downloadargaze-3febfbdceb6f67e3cb8f8f4f4f2164f0be31333d.zip
argaze-3febfbdceb6f67e3cb8f8f4f4f2164f0be31333d.tar.gz
argaze-3febfbdceb6f67e3cb8f8f4f4f2164f0be31333d.tar.bz2
argaze-3febfbdceb6f67e3cb8f8f4f4f2164f0be31333d.tar.xz
Improving documentation.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 65fab39..2545dc3 100644
--- a/README.md
+++ b/README.md
@@ -8,13 +8,13 @@ Further, tracked gaze can be projected onto AR environment for live or post **ga
ArGaze is divided in submodules dedicated to various specifics features:
-* `argaze.ArFeatures`: Main classes used to load and manage AR environement assets.
-* `argaze.GazeFeatures`: Generic gaze data structures definitions.
-* `argaze.GazeAnalysis`: Class interface to work with various gaze analysis algorithms.
-* `argaze.ArUcoMarkers`: ArUco markers generator, detector, camera calibration, ...
+* `argaze.ArUcoMarkers`: ArUco markers generator, detector, camera calibration, scene description, ...
* `argaze.AreaOfInterest`: Area Of Interest (AOI) scene management for 2D and 3D environment.
+* `argaze.ArFeatures`: Load and manage AR environement assets.
+* `argaze.GazeFeatures`: Generic gaze data and class definitions.
+* `argaze.GazeAnalysis`: Various gaze analysis algorithms.
* `argaze.DataStructures`: Timestamped data features.
-* `argaze.utils`: Collection of command-line high level features scripts based on ArGaze toolkit.
+* `argaze.utils`: Collection of command-line high level features scripts.
# Installation