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-02-20
Changing GazeMovementIdentifier interface.
Théo de la Hogue
2023-02-20
Allowing to estimate pose of a marker selection only.
Théo de la Hogue
2023-02-20
Improving comments.
Théo de la Hogue
2023-02-20
Commenting what circle_intersection fuction returns
Théo de la Hogue
2023-02-20
Using numpy.ndarray instead of numpy.array to define attribute type in ↵
Théo de la Hogue
dataclass.
2023-02-15
Major rewrite to allow multi ArScene managements with new ArFeatures.
Théo de la Hogue
2023-02-15
Ordering corners list in clockwise order.
Théo de la Hogue
2023-02-15
Changing aruco_aoi dict corner field names.
Théo de la Hogue
2023-02-15
Improving function documentation.
Théo de la Hogue
2023-02-14
Working around aruco_aoi inner aoi projections.
Théo de la Hogue
2023-02-14
Adding documentation tips.
Théo de la Hogue
2023-02-13
Checking split dict size.
Théo de la Hogue
2023-01-31
Allowing to define AOI as child of another AOI.
Théo de la Hogue
2023-01-30
Refactoring realtime gaze movement identification.
Théo de la Hogue
2023-01-30
Adding a demo specific DispersionBasedGazeMovementIdentifier to show real ↵
Théo de la Hogue
time identification.
2023-01-25
Adding asynchronous data reading feature.
Théo de la Hogue
2023-01-25
Fixing typo
Théo de la Hogue
2023-01-24
Removing data stream queue reading mecanism. Adding running property. ↵
Théo de la Hogue
Allowing multiple callback subscriptions.
2023-01-24
Fixing gaze position data acquisition. Updating data stream subscription ↵
Théo de la Hogue
mecanism.
2023-01-24
Setting precision circle color as position point color
Théo de la Hogue
2023-01-24
Updating UnvalidGazePosition message field.
Théo de la Hogue
2023-01-24
Removing a print.
Théo de la Hogue
2023-01-24
Fixing places dictionary description test.
Théo de la Hogue
2023-01-24
Simpliying aruco scene description.
Théo de la Hogue
2023-01-24
Fixing places dictionary description loading.
Théo de la Hogue
2023-01-18
Adding aruco_aoi feature to define AOI scene from aruco marker corners.
Théo de la Hogue
2023-01-18
Editing marker translation, rotation and points even when no pose estimation ↵
Théo de la Hogue
is done.
2023-01-18
Adding ArUco axis feature to estimate pose using orthogonal axis defined by ↵
Théo de la Hogue
ArUco markers.
2023-01-18
Moving code out of try block.
Théo de la Hogue
2023-01-11
Drawing place axis.
Théo de la Hogue
2023-01-11
Fixing marker pose normalisation. Drawing place axis.
Théo de la Hogue
2023-01-11
Removing useless argument.
Théo de la Hogue
2023-01-11
Fixing marker axis drawing condition.
Théo de la Hogue
2023-01-11
Adding draw_places method.
Théo de la Hogue
2023-01-11
Updating utils script considering API updates.
Théo de la Hogue
2023-01-11
Moving aruco marker tracking and pose estimation into a dedicated method.
Théo de la Hogue
2023-01-11
Splitting draw method in two draw_axis and draw_places methods. Improving ↵
Théo de la Hogue
estimate_pose comment.
2023-01-11
Adding a visu argument to enable/disable gaze movement visualisation outputs.
Théo de la Hogue
2023-01-11
Changing script description.
Théo de la Hogue
2023-01-11
Removing useless condition. Printing places translation and rotation.
Théo de la Hogue
2022-12-19
Removing rotation matrix assertion. Using matrix transposition instead of ↵
Théo de la Hogue
inverse.
2022-12-19
Calculating place rotation from .OBJ file. Removing translation cache and ↵
Théo de la Hogue
rotation cache as everything is stored into places. Using rotation matrix instead of rotation vector.
2022-12-19
Replacing rvec by rmat
Théo de la Hogue
2022-12-19
Removing cv.Rodrigues transformation as we use only rotation matrix.
Théo de la Hogue
2022-12-19
Storing rotation matrix instead of rotation vector.
Théo de la Hogue
2022-12-19
Fixing GazeAnalysis test (rare) case.
Théo de la Hogue
2022-12-19
Adding positions valid ratio metric.
Théo de la Hogue
2022-12-19
Identifiying GazeMovement before first fixation detection.
Théo de la Hogue
2022-12-19
Processing GazeMovement distance not only in Saccade.
Théo de la Hogue
2022-12-19
Adding argument to setup focus area size.
Théo de la Hogue
[prev]
[next]