I want to use SIFT algorithm for feature detection.
I want to use SIFT algorithm for feature detection on windows 10,but when i write cv2.SIFT().It gets wrong.Message "module has no attribute 'SIFT()' ". So how can i use it?
opencv version ? (api changed in ocv3)