aeddi / aws-lambda-python-opencv

Simple script that builds an AWS Lambda deployment package including OpenCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cv2.SURF attribute not found

man0l opened this issue · comments

commented

Hi,
I get this error:

'module' object has no attribute 'SURF': AttributeError

when I try to use SURF. This line calls the SURF method:

detector = cv2.SURF(400, 5, 5)

I've build the code regarding the instructions in the readme.
I would appreciate any help, thank you in advance.