I'm using python and pycharm on a iMac.
Line of code is:
corners, _, _ = cv2.aruco.detectMarkers(img, aruco_dict, parameters=parameters)
Error msg is:
AttributeError: module 'cv2.aruco' has no attribute 'detectMarkers'
I've looked every where and haven't found an answer...
The other "problems" is there are several instances of cv2.circle(img, (int(x), int(y)), 5, (0, 0, 255), -1)
, where there are these carets ^^^^^^
marks underneath the word circle
in yellow, seems like where all the carets are underneath all the function names(imread,aruco,arcLength,minAreaRect,boxPoints,polylines,putText
. The ^^^^^^
are like underscore _
but ^
instead)
Any answers to this?? I've tried about every YouTube videos and internet search to resolve this..but am not able to find the answer. I have no/little experience with this. By the way, I'm 75 years old, just trying something new. Thanks to all for the assistance