From 8da7f2e1e0215df52903c14fb30203624bfcf1ee Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Wed, 20 Sep 2023 14:07:13 +0200 Subject: Improving aruco markers gaze analysis pipeline documentation. --- docs/user_guide/aruco_markers_pipeline/introduction.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs/user_guide/aruco_markers_pipeline/introduction.md') diff --git a/docs/user_guide/aruco_markers_pipeline/introduction.md b/docs/user_guide/aruco_markers_pipeline/introduction.md index a10ca28..836569a 100644 --- a/docs/user_guide/aruco_markers_pipeline/introduction.md +++ b/docs/user_guide/aruco_markers_pipeline/introduction.md @@ -16,9 +16,10 @@ First, let's look at the schema below: it gives an overview of the main notions To build your own ArUco markers pipeline, you need to know: * [How to setup ArUco markers into a scene](aruco_markers_description.md), -* [How to describe areas of interest in the same scene](aoi_description.md), -* [How to deal with an ArUcoCamera instance](aruco_camera_configuration_and_execution.md), -* [How to add ArUcoScene instance](aruco_scene.md), +* [How to describe scene's AOI](aoi_description.md), +* [How to load and execute ArUco markers pipeline](configuration_and_execution.md), +* [How to estimate scene pose](pose_estimation.md), +* [How to project AOI into camera frame](aoi_projection.md), * [How to visualize ArUcoCamera and ArUcoScenes](visualisation.md) More advanced features are also explained like: -- cgit v1.1