diff options
author | Théo de la Hogue | 2023-10-23 22:43:24 +0200 |
---|---|---|
committer | Théo de la Hogue | 2023-10-23 22:43:24 +0200 |
commit | f8b1a36c9e486ef19f62159475b9bf19a5b90a03 (patch) | |
tree | d550b2642868e96e0f1a1de500b1c9d48d701e74 /docs/user_guide | |
parent | 0ad125b331799aab99c138bbe71e5576a2e7271c (diff) | |
download | argaze-f8b1a36c9e486ef19f62159475b9bf19a5b90a03.zip argaze-f8b1a36c9e486ef19f62159475b9bf19a5b90a03.tar.gz argaze-f8b1a36c9e486ef19f62159475b9bf19a5b90a03.tar.bz2 argaze-f8b1a36c9e486ef19f62159475b9bf19a5b90a03.tar.xz |
Fixing aruco markers group exportation. Renaming ready made script. Updating documentation.
Diffstat (limited to 'docs/user_guide')
-rw-r--r-- | docs/user_guide/utils/ready-made_scripts.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/user_guide/utils/ready-made_scripts.md b/docs/user_guide/utils/ready-made_scripts.md index c82a332..55258e9 100644 --- a/docs/user_guide/utils/ready-made_scripts.md +++ b/docs/user_guide/utils/ready-made_scripts.md @@ -9,10 +9,10 @@ Collection of command-line scripts to provide useful features. !!! note *Use -h option to get command arguments documentation.* -## ArUco scene exporter +## ArUco markers group 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 files then, export detected ArUco markers scene as .obj file into an *./src/argaze/utils/_export/scenes* folder. +Load a MOVIE and an ArUcoCamera CONFIGURATION to detect ArUco markers inside a selected movie frame then, export detected ArUco markers group as .obj file into an OUTPUT 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 +python ./src/argaze/utils/aruco_markers_group_export.py MOVIE CONFIGURATION -o OUTPUT ```
\ No newline at end of file |