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'