index
:
argaze
main
Python gaze analysis software library
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2023-06-21
Improving comment and variable name.
Théo de la Hogue
2023-06-20
Adding reframe method demonstration.
Théo de la Hogue
2023-06-20
Updating test.
Théo de la Hogue
2023-06-20
Renaming 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-20
Adding new reframe method.
Théo de la Hogue
2023-06-20
Removing print.
Théo de la Hogue
2023-06-20
Fixing aruco detector parameters loading. Removing useless aoi_frames attribute.
Théo de la Hogue
2023-06-20
First draft to link sub AOIs under a parent AOI.
Théo de la Hogue
2023-06-19
Adding a new utils script to export aruco scene from detected markers.
Théo de la Hogue
2023-06-19
Considering only scene markers.
Théo de la Hogue
2023-06-19
Allowing 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-19
Allowing to load detector parameters from a separate json file.
Théo de la Hogue
2023-06-15
Adding and testing GazeMovementIdentifier generator.
Théo de la Hogue
2023-06-15
Adding and testing TimeStampedGazePositions.from_dataframe classmethod.
Théo de la Hogue
2023-06-15
Fixing type annotation.
Théo de la Hogue
2023-06-15
Adding specific from_dataframe classmethod for TimeStampedGazePositions.
Théo de la Hogue
2023-06-14
Testing and documenting ExploitExploreRatio class.
Théo de la Hogue
2023-06-14
Renaming ArUcoCamera into ArUcoOpticCalibrator. Using OpticParameters class ↵
Théo de la Hogue
to handle K and D parameters.
2023-06-07
Adding utils section and removing useless utils README.md file.
Théo de la Hogue
2023-06-07
Improving cross reference in gaze analysis and timestamped data sections.
Théo de la Hogue
2023-06-06
Updating documentation format.
Théo de la Hogue
2023-06-06
Formatting code reference
Théo de la Hogue
2023-06-05
Moving documentation to Mkdocs.
Théo de la Hogue
2023-05-31
Fixing scan path test.
Théo de la Hogue
2023-05-31
Adding new ExploitExploreRatio analyser.
Théo de la Hogue
2023-05-31
Improve comments.
Théo de la Hogue
2023-05-31
Don't ignore last movement on invalid gaze position.
Théo de la Hogue
2023-05-31
Testing all gaze analysis algorithm. Unifying paper citation.
Théo de la Hogue
2023-05-31
Commenting analysis with paper reference.
Théo de la Hogue
2023-05-31
Testing and commenting entropy analysis.
Théo de la Hogue
2023-05-31
Testing and commenting transition matrix.
Théo de la Hogue
2023-05-31
Adding an importFromTestPackage function for testing purpose.
Théo de la Hogue
2023-05-31
Adding a building_scan_path function for testing purpose.
Théo de la Hogue
2023-05-31
Renaming DispersionThresholdIdentification test file.
Théo de la Hogue
2023-05-31
Skipping test on estimate_pose_from_axis_markers as it is broken.
Théo de la Hogue
2023-05-31
testing and fixing VelocityThresholdIdentification.
Théo de la Hogue
2023-05-30
Separating AOIScanPath tests.
Théo de la Hogue
2023-05-30
Updating file name.
Théo de la Hogue
2023-05-30
Testing scan path and AOI scan path
Théo de la Hogue
2023-05-30
Updating tests.
Théo de la Hogue
2023-05-24
removing useless line
Théo de la Hogue
2023-05-24
Adding heatmap feature inside AOIFrame class.
Théo de la Hogue
2023-05-24
Adding a heatmap demo script in utils.
Théo de la Hogue
2023-05-24
Using keypresed variable.
Théo de la Hogue
2023-05-24
Renaming CoefficientK file by KCoefficient file.
Théo de la Hogue
2023-05-24
typo
Théo de la Hogue
2023-05-24
Ignoring consecutives fixations keeping only the last one.
Théo de la Hogue
2023-05-24
Minor comment update.
Théo de la Hogue
2023-05-24
Adding NearestNeighboIndex analysis.
Théo de la Hogue
2023-05-24
Improving stationary and transition entropy calculation.
Théo de la Hogue
[next]