From 69bcadf8f7b969ddd0fb284e86788cd658b897ab Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Tue, 26 Sep 2023 12:28:34 +0200 Subject: Updating JSON AOI 2D description documentation. --- .../gaze_analysis_pipeline/aoi_2d_description.md | 39 ++++++---------------- 1 file changed, 11 insertions(+), 28 deletions(-) (limited to 'docs/user_guide/gaze_analysis_pipeline/aoi_2d_description.md') diff --git a/docs/user_guide/gaze_analysis_pipeline/aoi_2d_description.md b/docs/user_guide/gaze_analysis_pipeline/aoi_2d_description.md index 7229a9d..0d5dbf0 100644 --- a/docs/user_guide/gaze_analysis_pipeline/aoi_2d_description.md +++ b/docs/user_guide/gaze_analysis_pipeline/aoi_2d_description.md @@ -19,11 +19,9 @@ SVG file format could be exported from most vector graphics editors. ``` xml - - - - - + + + ``` @@ -39,36 +37,21 @@ JSON file format allows to describe AOI. ``` json { - "Triangle" : [[1288.1, 189.466], [1991.24, 3399.34], [584.958, 3399.34]], - "BlueRectangle": { - "Rectangle": { - "x": 1257, - "y": 1905.18, - "width": 604.169, - "height": 988.564 - } - }, + "BlueTriangle":[[960, 664], [1113, 971], [806, 971]], "RedSquare": { "Rectangle": { - "x": 623.609, - "y": 658.357, - "width": 803.15, - "height": 803.15 + "x": 268, + "y": 203, + "width": 308, + "height": 308 } }, "GreenCircle": { "Circle": { - "cx": 675.77, - "cy": 2163.5, - "radius": 393.109 + "cx": 1497, + "cy": 356, + "radius": 153 } - }, - "PinkCircle": { - "Circle": { - "cx": 1902.02, - "cy": 879.316, - "radius": 195.313 - } } } ``` -- cgit v1.1