aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThéo de la Hogue2022-03-30 16:26:39 +0200
committerThéo de la Hogue2022-03-30 16:26:39 +0200
commit93414a2d76eb3e34deb6baec1a9e9fc39e2fefdf (patch)
treed6a5213a105a153e0893086e5fd437eb8eb391d4 /README.md
parent6f84107702528bb9599cf31e92eaa092f9ab3a26 (diff)
downloadargaze-93414a2d76eb3e34deb6baec1a9e9fc39e2fefdf.zip
argaze-93414a2d76eb3e34deb6baec1a9e9fc39e2fefdf.tar.gz
argaze-93414a2d76eb3e34deb6baec1a9e9fc39e2fefdf.tar.bz2
argaze-93414a2d76eb3e34deb6baec1a9e9fc39e2fefdf.tar.xz
Updating Argaze presentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index f4d7ff0..567a88c 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,9 @@ An open-source python toolkit to deal with gaze tracking and analysis in Augment
## Architecture
-The ArGaze toolkit is divided in submodules dedicated to various purposes:
+The ArGaze toolkit some generics data structures and algorithms to process gaze analysis and it is divided in submodules dedicated to various specifics features:
* ArUcoMarkers: ArUco markers generator, traking, camera calibration, ...
-* DataAnalysis: Generic data structures and algorithms to process various analysis.
* RegionOfInterest: Region Of Interest (ROI) scene management for 2D and 3D environment.
* TobiiGlassesPro2: A gaze tracking device interface.
* utils: Collection of command-line high level features scripts based on ArGaze toolkit.