✨
This commit is contained in:
@ -13,7 +13,7 @@ def find_aruco(arlo):
|
|||||||
)
|
)
|
||||||
|
|
||||||
for bounding, n in zip(corners, ids):
|
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))
|
cv2.line(image, bounding[0], bounding[1], (0,255,0))
|
||||||
|
|
||||||
return image
|
return image
|
||||||
|
Reference in New Issue
Block a user