✨
This commit is contained in:
@ -106,7 +106,7 @@ class Arlo():
|
|||||||
# return (FOCAL_LENGTH * 14.5)/avg_size
|
# return (FOCAL_LENGTH * 14.5)/avg_size
|
||||||
|
|
||||||
return cv2.aruco.estimatePoseSingleMarkers(
|
return cv2.aruco.estimatePoseSingleMarkers(
|
||||||
[bounding_box], 14.5, CAMERA_MATRIX, DIST_COEF
|
np.array([bounding_box]), 14.5, CAMERA_MATRIX, DIST_COEF
|
||||||
)
|
)
|
||||||
|
|
||||||
def find_aruco(self, image):
|
def find_aruco(self, image):
|
||||||
|
Reference in New Issue
Block a user