diff options
author | Théo de la Hogue | 2022-03-29 17:18:50 +0200 |
---|---|---|
committer | Théo de la Hogue | 2022-03-29 17:18:50 +0200 |
commit | 1e66bbb24de8808678c73bbae1966cfbe1f45ab0 (patch) | |
tree | 092f8463297abae0ce66c9a7dcd55a13109bd741 /src | |
parent | 8113ee988e85a501338bf6ea8a8159fcc3365038 (diff) | |
download | argaze-1e66bbb24de8808678c73bbae1966cfbe1f45ab0.zip argaze-1e66bbb24de8808678c73bbae1966cfbe1f45ab0.tar.gz argaze-1e66bbb24de8808678c73bbae1966cfbe1f45ab0.tar.bz2 argaze-1e66bbb24de8808678c73bbae1966cfbe1f45ab0.tar.xz |
updating the doc
Diffstat (limited to 'src')
-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 |