0

I have installed opencv, with anaconda also. But still, it showing it as module error. I was searched many sites, but all sites are giving an answer that install OpenCV.

>>> import cv2
>>> s=cv2.SIFT()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: module 'cv2.cv2' has no attribute 'SIFT'
  • I literally just googled cv2.SIFT, https://www.pyimagesearch.com/2015/07/16/where-did-sift-and-surf-go-in-opencv-3/ – chris Feb 04 '19 at 08:30
  • I would just go with this [link](https://stackoverflow.com/a/32735795/3584765) – Eypros Feb 04 '19 at 08:32

0 Answers0