Skip to content

Commit e8d937c

Browse files
committed
ArucoDetector
1 parent b6f78a7 commit e8d937c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderbot/cv/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Image():
3636
r_from = np.float32([[0, 0], [640, 0], [640, 480], [0, 480]])
3737
r_dest = np.float32([[0, -120], [640, -120], [380, 480], [260, 480]])
3838

39-
_aruco_detector = cv2.aruco.DetectorParameters(
39+
_aruco_detector = cv2.aruco.ArucoDetector(
4040
cv2.aruco.getPredefinedDictionary(cv2.aruco.DICT_ARUCO_ORIGINAL),
4141
cv2.aruco.DetectorParameters())
4242

0 commit comments

Comments
 (0)