Ask Your Question

Revision history [back]

Can i use sift/ surf features in python for my project, if yes how?

I tried opencv-contrib , but it still not works. What i need to do to get the access of surf and sift features

i am getting error like this when i tried to use surf and sift featues

surf = cv2.SURF(400) AttributeError: module 'cv2.cv2' has no attribute 'SURF'

click to hide/show revision 2
retagged

updated 2019-07-12 00:57:31 -0600

berak gravatar image

Can i use sift/ surf features in python for my project, if yes how?

I tried opencv-contrib , but it still not works. What i need to do to get the access of surf and sift features

i am getting error like this when i tried to use surf and sift featues

surf = cv2.SURF(400) AttributeError: module 'cv2.cv2' has no attribute 'SURF'