I dropped the stash
This commit is contained in:
parent
89eaa29b81
commit
a352ad1062
|
@ -393,9 +393,6 @@ print(f'Topleft: {tl["x"]},{tl["y"]}')
|
||||||
print(f'Rotated: {rotatedWidth},{rotatedHeight}')
|
print(f'Rotated: {rotatedWidth},{rotatedHeight}')
|
||||||
print(f'Blank : {width},{normalHeight}')
|
print(f'Blank : {width},{normalHeight}')
|
||||||
|
|
||||||
|
|
||||||
cv2.rectangle(blank, offset, (offset[0]+meanRect[0], offset[1]+meanRect[1]), (255, 0, 0), thickness=20)
|
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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue