Skip to content

Commit

Permalink
ArucoDetector
Browse files Browse the repository at this point in the history
  • Loading branch information
previ committed Mar 17, 2024
1 parent b6f78a7 commit e8d937c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coderbot/cv/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Image():
r_from = np.float32([[0, 0], [640, 0], [640, 480], [0, 480]])
r_dest = np.float32([[0, -120], [640, -120], [380, 480], [260, 480]])

_aruco_detector = cv2.aruco.DetectorParameters(
_aruco_detector = cv2.aruco.ArucoDetector(
cv2.aruco.getPredefinedDictionary(cv2.aruco.DICT_ARUCO_ORIGINAL),
cv2.aruco.DetectorParameters())

Expand Down

0 comments on commit e8d937c

Please sign in to comment.