SIFT函数注册了专利,在商业用途上是收费的。将在opencv > 3.4.3中,不再提供。
解决办法: 版本回退
pip uninstall opencv-python pip uninstall opencv-contrib-python #删除失败的考虑使用管理员的方式打开Anaconda
安装支持版本
pip install opencv-python==3.4.2.16 pip install opencv-contrib-python==3.4.2.16
如果下载的很慢,可以临时指定国内源
pip install opencv-python==3.4.2.16 -i https://pypi.mirrors.ustc.edu.cn/simple pip install opencv-contrib-python==3.4.2.16 -i https://pypi.mirrors.ustc.edu.cn/simple
可选的国内源: (1)阿里云 https://mirrors.aliyun.com/pypi/simple/ (2)豆瓣https://pypi.douban.com/simple/ (3)清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/ (4)中国科学技术大学 https://pypi.mirrors.ustc.edu.cn/simple/ (5)华中科技大学https://pypi.hustunique.com/