From d061d4729122cf7dbda2f78252826f4c93debc94 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Tue, 8 Nov 2022 14:42:36 +0100 Subject: Improving code documentation. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit v1.1