I run "surf=cv2.SURF(hessian)' in Python, and got AttributeError: module 'cv2.cv2' has no attribute 'SURF'.
how can I solve?
Thanks
1 | initial version |
I run "surf=cv2.SURF(hessian)' in Python, and got AttributeError: module 'cv2.cv2' has no attribute 'SURF'.
how can I solve?
Thanks