From 1a28ccba66d85d0746bf9ae60755106706353b43 Mon Sep 17 00:00:00 2001 From: mattmcw Date: Mon, 14 Nov 2022 13:43:22 -0500 Subject: [PATCH] What is happening --- fourcell/normalize.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fourcell/normalize.py b/fourcell/normalize.py index e43d933..e2dc914 100644 --- a/fourcell/normalize.py +++ b/fourcell/normalize.py @@ -394,7 +394,12 @@ print(f'Rotated: {rotatedWidth},{rotatedHeight}') print(f'Blank : {width},{normalHeight}') +cv2.rectangle(blank, offset, (offset[0]+meanRect[0], offset[1]+meanRect[1]), (255, 0, 0), thickness=20) #normal = place(blank, rotated, 0, 0) +<<<<<<< Updated upstream display(blank) +======= +display(blank) +>>>>>>> Stashed changes