index
:
argaze
main
Python gaze analysis software library
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
argaze.test
/
ArUcoMarkers
Age
Commit message (
Expand
)
Author
2024-04-17
Renaming ArUcoMarkers into ArUcoMarker
Théo de la Hogue
2024-04-10
Adding new argaze.load package function to ease the access to DataFeatures.fr...
Théo de la Hogue
2024-04-09
Using https url.
Théo de la Hogue
2024-04-08
Fixing typo and docstrings.
Théo de la Hogue
2024-03-13
changing license to GPLv3.
Théo de la Hogue
2024-03-12
Removing /usr/bin/env python from all sources except from utils scripts.
Théo de la Hogue
2024-03-11
removing property decorator to method that was not an object property but an ...
Théo de la Hogue
2024-02-29
Adding file for test.
Théo de la Hogue
2024-02-29
Updating more test.
Théo de la Hogue
2023-09-04
First work on new AR pipeline architecture. Class renaming and replacing.
Théo de la Hogue
2023-06-21
Replacing frame word by image when it is about drawing or detecting.
Théo de la Hogue
2023-06-14
Renaming ArUcoCamera into ArUcoOpticCalibrator. Using OpticParameters class t...
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-30
Updating tests.
Théo de la Hogue
2023-05-17
Setting BSD license. Incrementing version.
Théo de la Hogue
2023-04-12
Updating ArUcoMarkerDictionary json description.
Théo de la Hogue
2023-03-29
Adding empty __init__.py files to allow test discovery.
Théo de la Hogue
2023-03-29
Making ArUcoBoard as dataclass.
Théo de la Hogue
2023-03-28
Making ArUcoDetector as dataclass.
Théo de la Hogue
2023-03-22
Improving ArUcoScene loading.
Théo de la Hogue
2023-03-15
Managing ArUcoScene places by marker identifier. Improving ArUcoScene class t...
Théo de la Hogue
2023-03-14
Changing and testing ArUcoScene class.
Théo de la Hogue
2023-03-14
Improving and testing ArUcoMarkers module.
Théo de la Hogue
2023-03-14
Changing test.
Théo de la Hogue
2023-03-14
Creation of board with default ArUco dictionary.
Théo de la Hogue
2023-03-14
Default ArUco Dictionary creation.
Théo de la Hogue
2023-03-14
Allowing to pass dictionary instance or str for ArUcoBoard creation.
Théo de la Hogue
2023-02-15
Major rewrite to allow multi ArScene managements with new ArFeatures.
Théo de la Hogue
2022-11-29
Renaming ArGazeProject into ArGazeScene. Removing useless old ArUcoSet relate...
Théo de la Hogue
2022-11-29
Adding new test for ArUcoCamera. Testing board tracking.
Théo de la Hogue
2022-11-21
Testing ArUcoMarkers submodule.
Théo de la Hogue