aboutsummaryrefslogtreecommitdiff
path: root/src/argaze/ArUcoMarkers/__init__.py
blob: 0ca48ccdae8c64efbfcf6d35a947fd53f52e3ce3 (plain)
1
2
3
4
"""
Handle [OpenCV ArUco markers](https://docs.opencv.org/4.x/d5/dae/tutorial_aruco_detection.html): generate and detect markers, calibrate camera, describe scene, ...
"""
__all__ = ['ArUcoMarkersDictionary', 'ArUcoMarker', 'ArUcoBoard', 'ArUcoOpticCalibrator', 'ArUcoDetector', 'ArUcoMarkersGroup', 'ArUcoCamera', 'ArUcoScene', 'utils']