From 3b384bf29ae25234115f15f548e356ada457c2b2 Mon Sep 17 00:00:00 2001 From: Jordan-Fielding <107819004+Jordan-Fielding@users.noreply.github.com> Date: Mon, 4 Jul 2022 17:06:06 +1000 Subject: [PATCH] Update Test.py --- Test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test.py b/Test.py index b6616b5..27878e3 100644 --- a/Test.py +++ b/Test.py @@ -102,7 +102,7 @@ for frame in camera.capture_continuous(raw_capture, format="bgr", use_video_port # Draw the bounding box # cnt = contours[max_index] - print(areas) + print(absolute_difference) # x,y,w,h = cv2.boundingRect(cnt) # cv2.rectangle(image,(x,y),(x+w,y+h),(0,255,0),3) #