aboutsummaryrefslogtreecommitdiff
path: root/src/argaze/utils/README.md
diff options
context:
space:
mode:
authorThéo de la Hogue2023-03-29 10:04:23 +0200
committerThéo de la Hogue2023-03-29 10:04:23 +0200
commit86ca03f4ac5e6bc5b382dc57daf1665611530d8e (patch)
treecbeefc52758c0f8ba9291012fc5f18e4c7d27866 /src/argaze/utils/README.md
parent147f3e473bbd0e35cbe754baea329c6b5cb7c2d2 (diff)
downloadargaze-86ca03f4ac5e6bc5b382dc57daf1665611530d8e.zip
argaze-86ca03f4ac5e6bc5b382dc57daf1665611530d8e.tar.gz
argaze-86ca03f4ac5e6bc5b382dc57daf1665611530d8e.tar.bz2
argaze-86ca03f4ac5e6bc5b382dc57daf1665611530d8e.tar.xz
Improving calibration board exportation script.
Diffstat (limited to 'src/argaze/utils/README.md')
-rw-r--r--src/argaze/utils/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/argaze/utils/README.md b/src/argaze/utils/README.md
index fa49ea5..f91438f 100644
--- a/src/argaze/utils/README.md
+++ b/src/argaze/utils/README.md
@@ -17,7 +17,7 @@ python ./src/argaze/utils/aruco_markers_dictionary_export.py DICT_APRILTAG_16h5
Export a 7 columns and 5 rows calibration board made of 5cm squares with 3cm markers from DICT_APRILTAG_16h5 dictionary at 300 dpi into an \_export folder:
```
-python ./src/argaze/utils/aruco_calibration_board_export.py 7 5 5 3 -o _export -d DICT_APRILTAG_16h5 -r 300
+python ./src/argaze/utils/aruco_calibration_board_export.py 7 5 5 3 DICT_APRILTAG_16h5 -r 300 -o _export
```
# TODO: Camera calibration