aboutsummaryrefslogtreecommitdiff
path: root/src/argaze/GazeAnalysis
AgeCommit message (Expand)Author
2023-11-29Considering saccade from 2 positions.Théo de la Hogue
2023-11-22Including code reference inside pipeline modules description.Théo de la Hogue
2023-11-21Adding reference for linear regression algorithm.Théo de la Hogue
2023-10-17Implementing LinearRegression drawing function.Théo de la Hogue
2023-10-17adding gaze_position_calibrator to ArFrame.Théo de la Hogue
2023-10-17Adding GazePositionCalibrator class. Adding LinearRegression module.Théo de la Hogue
2023-10-16Improving DeviationcircleCoverage module. Outputting probabilities instead of...Théo de la Hogue
2023-10-10Replacing ExploitExplore by ExploreExploit.Théo de la Hogue
2023-10-10Fixing KCoefficient formula.Théo de la Hogue
2023-10-04Adding aoi fixation distribution to Basic module.Théo de la Hogue
2023-09-26Fixing errors returned by mkdocs serve.Théo de la Hogue
2023-09-26Removing drawing fixation positions option from FocusPointInside module.Théo de la Hogue
2023-09-26Moving gaze movement positions drawing options into gaze movment identifier m...Théo de la Hogue
2023-09-26Harmonizing AOI/aoi without s at the end.Théo de la Hogue
2023-09-20Merge branch 'master' of ssh://git.recherche.enac.fr/interne-ihm-aero/eye-tra...Théo de la Hogue
2023-09-20Improving doc string.Théo de la Hogue
2023-09-19Resetting on unvalid gaze movement matching. Stopping coverage value trunc.Théo de la Hogue
2023-09-19Replacing filter_in_progress_fixation by filter_in_progress_identification.Théo de la Hogue
2023-09-18Adding default value to dataclass field.Théo de la Hogue
2023-09-13Fixing aois_coverage processing.Théo de la Hogue
2023-09-13Allowing to update looked aoi in aoi matcher drawing method.Théo de la Hogue
2023-09-13Moving AOI exclusion into AOI matcher.Théo de la Hogue
2023-09-13Sharing aois coverages via aois_coverages property.Théo de la Hogue
2023-08-30Returning (None, None) by default.Théo de la Hogue
2023-08-30Fixing code annotations.Théo de la Hogue
2023-08-30Updating AOI matcher in ArFrame. Returning (None, None) at least.Théo de la Hogue
2023-08-30Fixing empty parameters cases.Théo de la Hogue
2023-08-30Keeping matched region to draw it without calculate it again.Théo de la Hogue
2023-08-30Improving drawing features to allow fine tuning thru JSON configuration file.Théo de la Hogue
2023-08-30Improving drawing features to allow fine tuning thru JSON configuration file.Théo de la Hogue
2023-08-29Improving gaze analysis modules documentation.Théo de la Hogue
2023-08-28Fixing missing type annotations.Théo de la Hogue
2023-08-23Adding new FocusPointInside AOI matching algorithm.Théo de la Hogue
2023-08-23Externalizing aoi matching algorithm as a new configurable pipeline step.Théo de la Hogue
2023-08-15Replacing __str__ representation by letter_sequence property.Théo de la Hogue
2023-08-08Adding path_druation property to Basic analysis.Théo de la Hogue
2023-07-12Rewriting basic metrics plugin.Théo de la Hogue
2023-07-11Drawing fixation borders as long as its duration in seconds.Théo de la Hogue
2023-07-10Improving and testing velocity threshold identificationThéo de la Hogue
2023-07-10Minor comment change. Using current_gaze_movement attribute.Théo de la Hogue
2023-07-10Improving and testing gaze movement identification. Now each movement have to...Théo de la Hogue
2023-07-06Adding new current_gaze_movement attribute.Théo de la Hogue
2023-07-06Adding new current_gaze_movement attribute.Théo de la Hogue
2023-07-06Use finish method inline.Théo de la Hogue
2023-07-06Finishing gaze movement outputted on unvalid gaze position at terminate time.Théo de la Hogue
2023-07-06Finishing gaze movement outputted at terminate time.Théo de la Hogue
2023-07-06Adding and testing finished attribute to GazeMovement class.Théo de la Hogue
2023-07-04Renaming ArScreen into ArFrame.Théo de la Hogue
2023-07-03Looking for AOI/ScanPathAnalyzer properties to prepare analysis propery outpu...Théo de la Hogue
2023-07-03Adding a basic gaze analysis plugin to use as a placeholder to enable scan p...Théo de la Hogue