What is happening

This commit is contained in:
Matt McWilliams 2022-11-14 13:43:22 -05:00
parent 6ae5797ebb
commit 1a28ccba66
1 changed files with 5 additions and 0 deletions

View File

@ -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