aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/utils/ready-made_scripts.md
diff options
context:
space:
mode:
authorThéo de la Hogue2023-09-06 07:39:43 +0200
committerThéo de la Hogue2023-09-06 07:39:43 +0200
commit3dba9640ad57e48d1979d19cfe8cab8c9be2d621 (patch)
tree767fd19d10bf7da4b11b981208435718a995c6c0 /docs/user_guide/utils/ready-made_scripts.md
parent0aa693d8bac1143253f8c478c71830db2997fe0e (diff)
downloadargaze-3dba9640ad57e48d1979d19cfe8cab8c9be2d621.zip
argaze-3dba9640ad57e48d1979d19cfe8cab8c9be2d621.tar.gz
argaze-3dba9640ad57e48d1979d19cfe8cab8c9be2d621.tar.bz2
argaze-3dba9640ad57e48d1979d19cfe8cab8c9be2d621.tar.xz
Updating ready made scripts documentation as many have been removed.
Diffstat (limited to 'docs/user_guide/utils/ready-made_scripts.md')
-rw-r--r--docs/user_guide/utils/ready-made_scripts.md25
1 files changed, 0 insertions, 25 deletions
diff --git a/docs/user_guide/utils/ready-made_scripts.md b/docs/user_guide/utils/ready-made_scripts.md
index afc5749..bc8b277 100644
--- a/docs/user_guide/utils/ready-made_scripts.md
+++ b/docs/user_guide/utils/ready-made_scripts.md
@@ -9,31 +9,6 @@ Collection of command-line scripts to provide useful features.
!!! note
*Use -h option to get command arguments documentation.*
-## ArUco Markers factory
-
-Export all markers from *DICT_APRILTAG_16h5* dictionary as 5 cm pictures with 300 dpi resolution into an *./src/argaze/utils/_export/markers* folder:
-
-```shell
-python ./src/argaze/utils/aruco_markers_dictionary_export.py DICT_APRILTAG_16h5 -s 5 -r 300 -o ./src/argaze/utils/_export/markers
-```
-
-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 *./src/argaze/utils/_export* folder:
-
-```shell
-python ./src/argaze/utils/aruco_calibration_board_export.py 7 5 5 3 DICT_APRILTAG_16h5 -r 300 -o ./src/argaze/utils/_export
-```
-
-## Camera calibration
-
-Calibrate a camera device (-d DEVICE) using a 7 columns and 5 rows calibration board made of 5cm squares with 3cm markers from *DICT_APRILTAG_16h5* dictionary. Then, export its optical parameters into an *optic_parameters.json* file into *./src/argaze/utils/demo_environment/* folder:
-
-```shell
-python ./src/argaze/utils/camera_calibrate.py 7 5 5 3 DICT_APRILTAG_16h5 -d DEVICE -o ./src/argaze/utils/demo_environment
-```
-
-!!! note
- Use **A3_DICT_APRILTAG_16h5_3cm_35cmx25cm.pdf** file located in *./src/argaze/ArUcoMarkers/utils/* folder ready to be printed on A3 paper sheet.
-
## 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.