aboutsummaryrefslogtreecommitdiff
path: root/src/argaze/ArUcoMarkers/__init__.py
blob: 350c69e5de02c6f103854b981b16e3b534fa3688 (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', 'ArUcoScene', 'utils']