aws-lambda-python-opencv icon indicating copy to clipboard operation
aws-lambda-python-opencv copied to clipboard

cv2.SURF attribute not found

Open man0l opened this issue 6 years ago • 0 comments

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.

man0l avatar Sep 16 '18 18:09 man0l