aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-04Renaming ArScreen into ArFrame.Théo de la Hogue
2023-07-03Removing useless lock. Displaying only 3-Gram.Théo de la Hogue
2023-07-03Updating N-Gram plugin parameter.Théo de la Hogue
2023-07-03Updating GazeAnalysis test.Théo de la Hogue
2023-07-03Testing gaze movement validity to output it.Théo de la Hogue
2023-07-03Returning AOI/ScanPath analysis results in ArScreen look method. Allowing to ↵Théo de la Hogue
genrate looking data in ArEnvironment look method.
2023-07-03Looking for AOI/ScanPathAnalyzer properties to prepare analysis propery ↵Théo de la Hogue
output. Initializing super class.
2023-07-03Adding thread lock feature into ArScreen class. Removing thereading lock ↵Théo de la Hogue
from demo script.
2023-07-03Removing ArEnvironment image attribute. Adding trheading feature to share ↵Théo de la Hogue
scene projection between multiple threads.
2023-07-03Adding a basic gaze analysis plugin to use as a placeholder to enable scan ↵Théo de la Hogue
path in environment declaration.
2023-06-28Loading scan path and aoi scan path analyszers from JSON file.Théo de la Hogue
2023-06-28Drawing screen.Théo de la Hogue
2023-06-28Renaming aoi_scene into aoi_3d_scene into ArScene class.Théo de la Hogue
2023-06-28Adding abstract draw method to GazeMovement class.Théo de la Hogue
2023-06-28Allowing to load environment without ArUco setup.Théo de la Hogue
2023-06-28Renaming setup files.Théo de la Hogue
2023-06-27Loading background image for ArScreen.Théo de la Hogue
2023-06-27Renaming demo file.Théo de la Hogue
2023-06-27Adding new UnvalidGazeMovement class.Théo de la Hogue
2023-06-27Addin a multiply operator for GazePosition.Théo de la Hogue
2023-06-27Using new ArEnvironment/ArScreen pipeline.Théo de la Hogue
2023-06-27Working on ArEnvironment/ArScreen pipeline.Théo de la Hogue
2023-06-21Fixing demo gaze features.Théo de la Hogue
2023-06-21Renaming AOIFrame in Heatmap. Adding new ArScreen class.Théo de la Hogue
2023-06-21Replacing frame word by image when it is about drawing or detecting.Théo de la Hogue
2023-06-21Reframing scene once.Théo de la Hogue
2023-06-21Improving comment and variable name.Théo de la Hogue
2023-06-20Adding reframe method demonstration.Théo de la Hogue
2023-06-20Updating test.Théo de la Hogue
2023-06-20Renaming size into points_number. Adding bounds and size method. Moving ↵Théo de la Hogue
AOIFrame class at the end of the file.
2023-06-20Adding new reframe method.Théo de la Hogue
2023-06-20Removing print.Théo de la Hogue
2023-06-20Fixing aruco detector parameters loading. Removing useless aoi_frames attribute.Théo de la Hogue
2023-06-20First draft to link sub AOIs under a parent AOI.Théo de la Hogue
2023-06-19Adding a new utils script to export aruco scene from detected markers.Théo de la Hogue
2023-06-19Considering only scene markers.Théo de la Hogue
2023-06-19Allowing to create ArUcoScene from a dict of detected markers. Addin to_obj ↵Théo de la Hogue
method to export ArUco scene as .OBJ file.
2023-06-19Allowing to load detector parameters from a separate json file.Théo de la Hogue
2023-06-19Using relative path to code reference to make it works online.Théo de la Hogue
2023-06-15Documenting GazeMovementIdentifier generator method.Théo de la Hogue
2023-06-15Adding and testing GazeMovementIdentifier generator.Théo de la Hogue
2023-06-15Adding and testing TimeStampedGazePositions.from_dataframe classmethod.Théo de la Hogue
2023-06-15Fixing type annotation.Théo de la Hogue
2023-06-15Adding specific from_dataframe classmethod for TimeStampedGazePositions.Théo de la Hogue
2023-06-14Testing and documenting ExploitExploreRatio class.Théo de la Hogue
2023-06-14Renaming ArUcoCamera into ArUcoOpticCalibrator. Using OpticParameters class ↵Théo de la Hogue
to handle K and D parameters.
2023-06-14ignoring files produced by utils scriptThéo de la Hogue
2023-06-07Removing cross reference in code sections.Théo de la Hogue
2023-06-07Adding utils section and removing useless utils README.md file.Théo de la Hogue
2023-06-07Improving cross reference in gaze analysis and timestamped data sections.Théo de la Hogue