From 7c9827ba0c1e965c64eaf3ead1ce7b662d82d20c Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Tue, 14 Mar 2023 09:45:35 +0100 Subject: Improving ArFeatures and general library overview. --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d4972c5..4ed74b1 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,15 @@ An open-source python toolkit to deal with dynamic Areas Of Interest (AOI) and g # Architecture -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: +The ArGaze toolkit provides some generics data structures and algorithms to build AR environement with dynamic AOI and so allow gaze tracking with wearable eye tracker devices. -* `argaze.ArUcoMarkers`: ArUco markers generator, detector, camera calibration, ... -* `argaze.AreaOfInterest`: Area Of Interest (AOI) scene management for 2D and 3D environment. +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.AreaOfInterest`: Area Of Interest (AOI) scene management for 2D and 3D environment. * `argaze.TobiiGlassesPro2`: A gaze tracking device interface. * `argaze.utils`: Collection of command-line high level features scripts based on ArGaze toolkit. -- cgit v1.1