Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How can I solve this problem? module 'cv2.cv2' has no attribute 'SURF'

I run "surf=cv2.SURF(hessian)' in Python, and got AttributeError: module 'cv2.cv2' has no attribute 'SURF'.

how can I solve?

Thanks