diff options
author | Théo de la Hogue | 2023-10-23 14:34:10 +0200 |
---|---|---|
committer | Théo de la Hogue | 2023-10-23 14:34:10 +0200 |
commit | d9dc8fc6f542c1ba46cba9d66a741890f946474a (patch) | |
tree | 83e343ac149742bc637bc45801c64b64c7830322 /docs/user_guide | |
parent | 531775bd115c49fc15674fa9b53cb157b29ffaa8 (diff) | |
download | argaze-d9dc8fc6f542c1ba46cba9d66a741890f946474a.zip argaze-d9dc8fc6f542c1ba46cba9d66a741890f946474a.tar.gz argaze-d9dc8fc6f542c1ba46cba9d66a741890f946474a.tar.bz2 argaze-d9dc8fc6f542c1ba46cba9d66a741890f946474a.tar.xz |
Removing draw_places_axes image parameter. Fixing aruco markers group drawing.
Diffstat (limited to 'docs/user_guide')
-rw-r--r-- | docs/user_guide/aruco_markers_pipeline/pose_estimation.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/user_guide/aruco_markers_pipeline/pose_estimation.md b/docs/user_guide/aruco_markers_pipeline/pose_estimation.md index 6027039..6b58b24 100644 --- a/docs/user_guide/aruco_markers_pipeline/pose_estimation.md +++ b/docs/user_guide/aruco_markers_pipeline/pose_estimation.md @@ -51,10 +51,6 @@ Here is an extract from the JSON [ArUcoCamera](../../argaze.md/#argaze.ArUcoMark "draw_places": { "color": [0, 0, 0], "border_size": 1 - }, - "draw_places_axes": { - "thickness": 1, - "length": 2.5 } } } |