aboutsummaryrefslogtreecommitdiff
path: root/src/argaze/ArUcoMarkers
AgeCommit message (Expand)Author
2023-08-30Fixing empty parameters cases.Théo de la Hogue
2023-08-08Replacing time.time() by time.perf_counter() as the old one was not enough pr...Théo de la Hogue
2023-07-11Refining comment.Théo de la Hogue
2023-07-05Returning detection time as float value.Théo de la Hogue
2023-07-05Minor comment change.Théo de la Hogue
2023-07-05Assessing aruco detection time.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-19Allowing to create ArUcoScene from a dict of detected markers. Addin to_obj m...Théo de la Hogue
2023-06-14Renaming ArUcoCamera into ArUcoOpticCalibrator. Using OpticParameters class t...Théo de la Hogue
2023-06-06Updating documentation format.Théo de la Hogue
2023-06-05Moving documentation to Mkdocs.Théo de la Hogue
2023-05-17Adding new line.Théo de la Hogue
2023-05-17Setting BSD license. Incrementing version.Théo de la Hogue
2023-05-02Renaming angle_cache and distance_cache into rotation_cache and translation_c...Théo de la Hogue
2023-04-30Adding a TODO to raise a question.Théo de la Hogue
2023-04-29Fixing unconstiency checking using euler angle representation.Théo de la Hogue
2023-04-26Adding a new method to initialize place consistency. Renaming variables.Théo de la Hogue
2023-04-26Ignore errors due to out of field axisThéo de la Hogue
2023-04-25Adding a method to show K and D camera parameters.Théo de la Hogue
2023-04-25Fixing scene translation estimation based on axis marker.Théo de la Hogue
2023-04-25Adding color attribute.Théo de la Hogue
2023-04-24Ignoring places out of field.Théo de la Hogue
2023-04-24Loading ArUco scene directly from dict with several rotation values format.Théo de la Hogue
2023-04-12Updating ArUcoMarkerDictionary loading.Théo de la Hogue
2023-04-12Externalizing make_rotation_matrix function to use it else where than inside ...Théo de la Hogue
2023-04-12Making ArUcoMarkersDictionary as dataclass.Théo de la Hogue
2023-03-29Fixing ArEnvironment loading.Théo de la Hogue
2023-03-29Adding calibrate_camera.py script example.Théo de la Hogue
2023-03-29Removing filename creation inside board save method.Théo de la Hogue
2023-03-29Making ArUcoBoard as dataclass.Théo de la Hogue
2023-03-28Improving documentation.Théo de la Hogue
2023-03-28Making ArUcoDetector as dataclass.Théo de la Hogue
2023-03-28Moving Tobii support into a dedicated repository.Théo de la Hogue
2023-03-27Improving ArEnvironment, ArScene and ArUcoScene loading.Théo de la Hogue
2023-03-22Improving ArUcoScene loading.Théo de la Hogue
2023-03-15Managing ArUcoScene places by marker identifier. Improving ArUcoScene class t...Théo de la Hogue
2023-03-14Changing and testing ArUcoScene class.Théo de la Hogue
2023-03-14Improving and testing ArUcoMarkers module.Théo de la Hogue
2023-03-14Creation of board with default ArUco dictionary.Théo de la Hogue
2023-03-14Default ArUco Dictionary creation.Théo de la Hogue
2023-03-14Allowing to pass dictionary instance or str for ArUcoBoard creation.Théo de la Hogue
2023-03-14Fixing camera calibration.Théo de la Hogue
2023-03-13Updating library to work with Python 3.11 and OpenCV 4.7.Théo de la Hogue
2023-02-20Allowing to estimate pose of a marker selection only.Théo de la Hogue
2023-02-20Improving comments.Théo de la Hogue
2023-02-20Using numpy.ndarray instead of numpy.array to define attribute type in datacl...Théo de la Hogue
2023-02-15Major rewrite to allow multi ArScene managements with new ArFeatures.Théo de la Hogue
2023-02-14Adding documentation tips.Théo de la Hogue
2023-01-24Fixing places dictionary description loading.Théo de la Hogue
2023-01-18Editing marker translation, rotation and points even when no pose estimation ...Théo de la Hogue