[~] Refactor

This commit is contained in:
Siarhei Siniak 2021-07-22 11:10:51 +03:00
parent 4a23f45824
commit 86c4b4f931

@ -1049,10 +1049,12 @@ def kernel_15(
t19[0], t19[1],
])
t21 = numpy.round(t20).astype(numpy.int32)
t14 = cv2rectangle(
t14 = cv2.rectangle(
t13,
tuple(t21[:2]),
tuple(t21[2:]),
(0, 255, 0),
1,
)
pprint.pprint(
locals()