From 3febfbdceb6f67e3cb8f8f4f4f2164f0be31333d Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Tue, 28 Mar 2023 15:00:23 +0200 Subject: Improving documentation. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') 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 -- cgit v1.1