aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/utils/ready-made_scripts.md
diff options
context:
space:
mode:
authorThéo de la Hogue2023-09-28 23:31:33 +0200
committerThéo de la Hogue2023-09-28 23:31:33 +0200
commitc12e429190b4f63064c81edfa08fb00b8ed8a28c (patch)
treee8d2238a70707061645f85405ac1bb4bf29bfa1d /docs/user_guide/utils/ready-made_scripts.md
parent0ab16a1a93ba62e791489f453d4ec20b7b5655bb (diff)
downloadargaze-c12e429190b4f63064c81edfa08fb00b8ed8a28c.zip
argaze-c12e429190b4f63064c81edfa08fb00b8ed8a28c.tar.gz
argaze-c12e429190b4f63064c81edfa08fb00b8ed8a28c.tar.bz2
argaze-c12e429190b4f63064c81edfa08fb00b8ed8a28c.tar.xz
Improving documentation details.
Diffstat (limited to 'docs/user_guide/utils/ready-made_scripts.md')
-rw-r--r--docs/user_guide/utils/ready-made_scripts.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user_guide/utils/ready-made_scripts.md b/docs/user_guide/utils/ready-made_scripts.md
index bc8b277..c82a332 100644
--- a/docs/user_guide/utils/ready-made_scripts.md
+++ b/docs/user_guide/utils/ready-made_scripts.md
@@ -11,7 +11,7 @@ Collection of command-line scripts to provide useful features.
## ArUco scene exporter
-Load a MOVIE with ArUco markers inside and select image into it, detect ArUco markers belonging to DICT_APRILTAG_16h5 dictionary with 5cm size into the selected image thanks to given OPTIC_PARAMETERS and DETECTOR_PARAMETERS then, export detected ArUco markers scene as .obj file into an *./src/argaze/utils/_export/scenes* folder.
+Load a MOVIE with ArUco markers inside and select image into it, detect ArUco markers belonging to DICT_APRILTAG_16h5 dictionary with 5cm size into the selected image thanks to given OPTIC_PARAMETERS and DETECTOR_PARAMETERS files then, export detected ArUco markers scene as .obj file into an *./src/argaze/utils/_export/scenes* folder.
```shell
python ./src/argaze/utils/aruco_markers_scene_export.py MOVIE DICT_APRILTAG_16h5 5 OPTIC_PARAMETERS DETECTOR_PARAMETERS -o ./src/argaze/utils/_export/scenes