aboutsummaryrefslogtreecommitdiff
path: root/src/argaze/utils/demo_data/demo_aruco_markers_setup.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/argaze/utils/demo_data/demo_aruco_markers_setup.json')
-rw-r--r--src/argaze/utils/demo_data/demo_aruco_markers_setup.json31
1 files changed, 28 insertions, 3 deletions
diff --git a/src/argaze/utils/demo_data/demo_aruco_markers_setup.json b/src/argaze/utils/demo_data/demo_aruco_markers_setup.json
index 52de261..8e3c5ea 100644
--- a/src/argaze/utils/demo_data/demo_aruco_markers_setup.json
+++ b/src/argaze/utils/demo_data/demo_aruco_markers_setup.json
@@ -34,7 +34,7 @@
}
},
"draw_scenes": {
- "ArScene Demo": {
+ "demo_scene": {
"draw_aruco_markers_group": {
"draw_axes": {
"thickness": 3,
@@ -45,7 +45,7 @@
}
},
"scenes": {
- "ArScene Demo" : {
+ "demo_scene" : {
"aruco_markers_group": "aruco_markers_group.json",
"layers": {
"demo_layer" : {
@@ -65,12 +65,37 @@
"scan_path": {
"duration_max": 10000
},
+ "scan_path_analyzers": {
+ "Basic": {},
+ "KCoefficient": {},
+ "NearestNeighborIndex": {
+ "size": [1920, 1149]
+ },
+ "ExploreExploitRatio": {
+ "short_fixation_duration_threshold": 0
+ }
+ },
"layers": {
"demo_layer": {
"aoi_scene": "aoi_2d_scene.json",
"aoi_matcher": {
"FocusPointInside": {}
- }
+ },
+ "aoi_scan_path": {
+ "duration_max": 30000
+ },
+ "aoi_scan_path_analyzers": {
+ "Basic": {},
+ "TransitionMatrix": {},
+ "KCoefficient": {},
+ "LempelZivComplexity": {},
+ "NGram": {
+ "n_min": 3,
+ "n_max": 3
+ },
+ "Entropy":{}
+ },
+ "observers": "demo_layer_logger.py"
}
},
"image_parameters": {