diff options
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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. |