From c4552e04e1271a9210a934233beae5be1943d034 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Wed, 7 Jun 2023 14:34:14 +0200 Subject: Writing User guide and use cases section. --- docs/user_guide/areas_of_interest/introduction.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/user_guide/areas_of_interest/introduction.md (limited to 'docs/user_guide/areas_of_interest/introduction.md') diff --git a/docs/user_guide/areas_of_interest/introduction.md b/docs/user_guide/areas_of_interest/introduction.md new file mode 100644 index 0000000..7d44785 --- /dev/null +++ b/docs/user_guide/areas_of_interest/introduction.md @@ -0,0 +1,8 @@ +About Areas Of Interest (AOI) +============================= + +The [AreaOfInterest submodule](/argaze/#argaze.AreaOfInterest) allows to deal with AOI in a AR environment through high level classes: + +* [AOIFeatures](/argaze/#argaze.AreaOfInterest.AOIFeatures) +* [AOI3DScene](/argaze/#argaze.AreaOfInterest.AOI3DScene) +* [AOI2DScene](/argaze/#argaze.AreaOfInterest.AOI2DScene) \ No newline at end of file -- cgit v1.1