✨
This commit is contained in:
@ -11,9 +11,6 @@ def find_aruco(arlo):
|
||||
aruco_dict,
|
||||
parameters=aruco_params
|
||||
)
|
||||
print("Corners: ", detected[0])
|
||||
print("Ids: ", detected[1])
|
||||
print("Rejected: ", detected[2])
|
||||
|
||||
for bounding, n in zip(corners, ids):
|
||||
cv2.line(image, bounding[0], bounding[1], (0,255,0))
|
||||
|
Reference in New Issue
Block a user