diff options
-rw-r--r-- | src/argaze/ArUcoMarkers/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/argaze/ArUcoMarkers/README.md b/src/argaze/ArUcoMarkers/README.md index 82f63c4..1ddd1e9 100644 --- a/src/argaze/ArUcoMarkers/README.md +++ b/src/argaze/ArUcoMarkers/README.md @@ -1,9 +1,9 @@ Class interface to work with [OpenCV ArUco markers](https://docs.opencv.org/4.x/d5/dae/tutorial_aruco_detection.html). -## ArUco library markers +## ArUco markers dictionary -To work with ArUco markers, you need to choose a marker library which have diffirents property concerning the difference between each markers to avoid error in tracking. -Here is more [about ArUco library markers](https://docs.opencv.org/3.4/d9/d6a/group__aruco.html#gac84398a9ed9dd01306592dd616c2c975) +To work with ArUco markers, you need to choose a marker dictionary which have differents property concerning the difference between each markers to avoid error in tracking. +Here is more [about ArUco markers dictionaries](https://docs.opencv.org/3.4/d9/d6a/group__aruco.html#gac84398a9ed9dd01306592dd616c2c975) ## Utils |