aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThéo de la Hogue2022-09-27 16:57:19 +0200
committerThéo de la Hogue2022-09-27 16:57:19 +0200
commit29f94a969cd524a6b845dbf6efbf867cb8fef659 (patch)
treee5b66eaeed378fb6b6ac72adcbf6833ec9fef9ea /src
parent09f1630aa5e6e394b227e3d70c1c2f7d6cb3eb9b (diff)
downloadargaze-29f94a969cd524a6b845dbf6efbf867cb8fef659.zip
argaze-29f94a969cd524a6b845dbf6efbf867cb8fef659.tar.gz
argaze-29f94a969cd524a6b845dbf6efbf867cb8fef659.tar.bz2
argaze-29f94a969cd524a6b845dbf6efbf867cb8fef659.tar.xz
Removing old code.
Diffstat (limited to 'src')
-rw-r--r--src/argaze/utils/tobii_segment_aruco_aoi_export.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/argaze/utils/tobii_segment_aruco_aoi_export.py b/src/argaze/utils/tobii_segment_aruco_aoi_export.py
index d7a6e58..cd1a6b6 100644
--- a/src/argaze/utils/tobii_segment_aruco_aoi_export.py
+++ b/src/argaze/utils/tobii_segment_aruco_aoi_export.py
@@ -119,7 +119,6 @@ def main():
# Load AOI 3D scene for each marker and create a AOI 2D scene and frame when a 'Visualisation_Plan' AOI exist
aoi3D_scenes = {}
aoi2D_visu_scenes = {}
- aoi2D_visu_frames = {}
for marker_id, aoi_scene_filepath in args.marker_id_scene.items():
@@ -281,10 +280,6 @@ def main():
# Display visualisation
cv.imshow(f'Segment {tobii_segment.get_id()} ArUco AOI', visu_frame.matrix)
- # Display each visual scan frame
- for marker_id, aoi2D_visu_frame in aoi2D_visu_frames.items():
- cv.imshow(f'Segment {tobii_segment.get_id()} visual scan for marker {marker_id}', visu_frame.matrix)
-
# Write video
output_video.write(visu_frame.matrix)