[~] Refactor
This commit is contained in:
parent
4a23f45824
commit
86c4b4f931
@ -1049,10 +1049,12 @@ def kernel_15(
|
|||||||
t19[0], t19[1],
|
t19[0], t19[1],
|
||||||
])
|
])
|
||||||
t21 = numpy.round(t20).astype(numpy.int32)
|
t21 = numpy.round(t20).astype(numpy.int32)
|
||||||
t14 = cv2rectangle(
|
t14 = cv2.rectangle(
|
||||||
t13,
|
t13,
|
||||||
tuple(t21[:2]),
|
tuple(t21[:2]),
|
||||||
tuple(t21[2:]),
|
tuple(t21[2:]),
|
||||||
|
(0, 255, 0),
|
||||||
|
1,
|
||||||
)
|
)
|
||||||
pprint.pprint(
|
pprint.pprint(
|
||||||
locals()
|
locals()
|
||||||
|
Loading…
Reference in New Issue
Block a user