当前位置:   article > 正文

【错误解决方案】Error: module ‘cv2‘ has no attribute ‘SURF‘_attributeerror: module 'cv2' has no attribute 'sur

attributeerror: module 'cv2' has no attribute 'surf_create

1. 错误提示

python-opencv高版本中,AttributeError: module 'cv2' has no attribute 'SURF'问题;

错误提示:Error: module ‘cv2‘ has no attribute ‘SURF

a854498d60474d6b9fb87820b5e00f4f.png

2. 解决方案

解决:将sift = cv2.SIFT()替换为:sift = cv2.xfeatures2d.SIFT_create()

分析:opencv将SIFT等算法整合到xfeatures2d集合里面了。写法:sift = cv2.SIFT_create()

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/花生_TL007/article/detail/81178
推荐阅读
相关标签
  

闽ICP备14008679号