✨
This commit is contained in:
@ -23,8 +23,8 @@ def find_aruco(arlo):
|
|||||||
|
|
||||||
cv2.putText(
|
cv2.putText(
|
||||||
image,
|
image,
|
||||||
str(n),
|
str(n[0]),
|
||||||
bounding_box[0],
|
(bounding_box[0][0], bounding_box[0][1] - 15),
|
||||||
cv2.FONT_HERSHEY_COMPLEX,
|
cv2.FONT_HERSHEY_COMPLEX,
|
||||||
0.5,
|
0.5,
|
||||||
(0,255,0),
|
(0,255,0),
|
||||||
|
Reference in New Issue
Block a user