This commit is contained in:
NikolajDanger
2022-09-19 14:41:05 +02:00
parent 493f43b908
commit 30c30146f2

View File

@ -13,7 +13,7 @@ def find_aruco(arlo):
)
for bounding, n in zip(corners, ids):
print(bounding)
bounding_box = bounding.reshape((4,2))
cv2.line(image, bounding[0], bounding[1], (0,255,0))
return image