From a352ad1062d25661a4c717de5aceba8cdf3405ce Mon Sep 17 00:00:00 2001 From: mattmcw Date: Mon, 14 Nov 2022 13:46:30 -0500 Subject: [PATCH] I dropped the stash --- fourcell/normalize.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/fourcell/normalize.py b/fourcell/normalize.py index 778644a..cb88930 100644 --- a/fourcell/normalize.py +++ b/fourcell/normalize.py @@ -393,9 +393,6 @@ print(f'Topleft: {tl["x"]},{tl["y"]}') 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) - - +display(blank) \ No newline at end of file