Skip to content

Commit

Permalink
opencv 4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
previ committed Mar 17, 2024
1 parent c437c0f commit 1dc6db2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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_dict = cv2.aruco.Dictionary_get(cv2.aruco.DICT_ARUCO_ORIGINAL)
_aruco_dict = cv2.aruco.getPredefinedDictionary(cv2.aruco.DICT_ARUCO_ORIGINAL)
_aruco_parameters = cv2.aruco.DetectorParameters_create()

_face_cascade = cv2.CascadeClassifier(cv2.data.haarcascades + 'haarcascade_frontalface_default.xml')
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ grpcio==1.62.1
numpy==1.26.4
Pillow==10.2.0
protobuf==4.25.2
opencv-contrib-python==4.5.5.62
opencv-contrib-python==4.9.0.80
tflite-runtime==2.11.0
pytesseract==0.3.10
picamera==1.13
Expand Down

0 comments on commit 1dc6db2

Please sign in to comment.