AttributeError: module 'cv2.cv2' has no attribute 'xfeatures2d'

解决上述问题可以在doc界面使用pip下载opencv-contrib-python,要下载3.4.2.16版本的
(本人机子win7 64位,下载后重启Python编辑器(我用的是spyder)问题解决)

pip install opencv-contrib-python==3.4.2.16

注意:==左右没有空格
AttributeError: module 'cv2.cv2' has no attribute 'xfeatures2d'_第1张图片

你可能感兴趣的:(opencv,cv2,python,pip)