aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/aruco_markers_pipeline/aoi_3d_projection.md
diff options
context:
space:
mode:
authorThéo de la Hogue2023-09-26 16:47:21 +0200
committerThéo de la Hogue2023-09-26 16:47:21 +0200
commit418952f8588457d3e0a07d9d2b9cf3f250470319 (patch)
tree95c821a58316ed582395d415d1287862b420e40a /docs/user_guide/aruco_markers_pipeline/aoi_3d_projection.md
parent611ab703f970d0403c73ea67a1b2e70fa4d6da27 (diff)
downloadargaze-418952f8588457d3e0a07d9d2b9cf3f250470319.zip
argaze-418952f8588457d3e0a07d9d2b9cf3f250470319.tar.gz
argaze-418952f8588457d3e0a07d9d2b9cf3f250470319.tar.bz2
argaze-418952f8588457d3e0a07d9d2b9cf3f250470319.tar.xz
Updating documentation chapter changes.
Diffstat (limited to 'docs/user_guide/aruco_markers_pipeline/aoi_3d_projection.md')
-rw-r--r--docs/user_guide/aruco_markers_pipeline/aoi_3d_projection.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user_guide/aruco_markers_pipeline/aoi_3d_projection.md b/docs/user_guide/aruco_markers_pipeline/aoi_3d_projection.md
index 7f98aa2..acbe31d 100644
--- a/docs/user_guide/aruco_markers_pipeline/aoi_3d_projection.md
+++ b/docs/user_guide/aruco_markers_pipeline/aoi_3d_projection.md
@@ -9,7 +9,7 @@ Once [ArUcoScene pose is estimated](pose_estimation.md) and [3D AOI are describe
The [ArLayer](../../argaze.md/#argaze.ArFeatures.ArLayer) class allows to load 3D AOI description.
-Here is the previous extract where one layer is added to the [ArUcoScene](../../argaze.md/#argaze.ArUcoMarkers.ArUcoScene) configuration:
+Here is the previous extract where one layer is added to [ArUcoScene](../../argaze.md/#argaze.ArUcoMarkers.ArUcoScene) configuration:
```json
{
@@ -52,7 +52,7 @@ The set of 3D AOI into the layer as defined at [3D AOI description chapter](aoi_
## Add ArLayer to ArUcoCamera to project 3D AOI into
-Here is the previous extract where one layer is added to the [ArUcoCamera](../../argaze.md/#argaze.ArUcoMarkers.ArUcoCamera) and displayed:
+Here is the previous extract where one layer is added to [ArUcoCamera](../../argaze.md/#argaze.ArUcoMarkers.ArUcoCamera) configuration and displayed:
```json
{