Answer the question
In order to leave comments, you need to log in
How to fix "object has no attribute" error in Python?
The error itself is:
Traceback (most recent call last):
File "./example.py", line 26, in
cv = cv2.SURF( 400 )
AttributeError: 'module' object has no attribute 'SURF'
What could be the problem?
Answer the question
In order to leave comments, you need to log in
cv2 (whatever it is) does not have the SURF attribute you are trying to call.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question