aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/aruco_markers_pipeline
diff options
context:
space:
mode:
authorThéo de la Hogue2023-09-26 11:49:55 +0200
committerThéo de la Hogue2023-09-26 11:49:55 +0200
commit128ca5fb2d5124784e217f3137bcde8eb0e7446c (patch)
tree9bbbc663645fc77174c1a1168e153f60e4460a72 /docs/user_guide/aruco_markers_pipeline
parentbd8cb794b3e6500783df86ce1add1fe6382b2f70 (diff)
downloadargaze-128ca5fb2d5124784e217f3137bcde8eb0e7446c.zip
argaze-128ca5fb2d5124784e217f3137bcde8eb0e7446c.tar.gz
argaze-128ca5fb2d5124784e217f3137bcde8eb0e7446c.tar.bz2
argaze-128ca5fb2d5124784e217f3137bcde8eb0e7446c.tar.xz
Harmonizing documentation concepts.
Diffstat (limited to 'docs/user_guide/aruco_markers_pipeline')
-rw-r--r--docs/user_guide/aruco_markers_pipeline/aoi_3d_description.md2
-rw-r--r--docs/user_guide/aruco_markers_pipeline/aoi_3d_projection.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/user_guide/aruco_markers_pipeline/aoi_3d_description.md b/docs/user_guide/aruco_markers_pipeline/aoi_3d_description.md
index a2bb8d7..5a1a16e 100644
--- a/docs/user_guide/aruco_markers_pipeline/aoi_3d_description.md
+++ b/docs/user_guide/aruco_markers_pipeline/aoi_3d_description.md
@@ -1,7 +1,7 @@
Describe 3D AOI
===============
-Once [ArUco markers are placed into a scene](aruco_markers_description.md), areas of interest need to be described into the same 3D referential.
+Once [ArUco markers are placed into a scene](aruco_markers_description.md), [areas of interest (AOI)](../../argaze.md/#argaze.AreaOfInterest.AOIFeatures.AreaOfInterest) need to be described into the same 3D referential.
In the example scene, each screen is considered as an area of interest more the blue triangle area inside the top screen.
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 d7df765..e96730a 100644
--- a/docs/user_guide/aruco_markers_pipeline/aoi_3d_projection.md
+++ b/docs/user_guide/aruco_markers_pipeline/aoi_3d_projection.md
@@ -44,7 +44,7 @@ The name of the [ArLayer](../../argaze.md/#argaze.ArFeatures.ArLayer). Basically
### AOI Scene
-The [AOIScene](../../argaze.md/#argaze.AreaOfInterest.AOIFeatures.AOIScene) defines a set of 3D [AreaOfInterest](../../argaze.md/#argaze.AreaOfInterest.AOIFeatures.AreaOfInterest) registered by name.
+The set of 3D AOI into the layer as defined at [3D AOI description chapter](aoi_3d_description.md).
## Add ArLayer to ArUcoCamera to project 3D AOI