报错AttributeError: module ‘cv2‘ has no attribute ‘ximgproc‘

报错AttributeError: module 'cv2' has no attribute 'ximgproc'

首先查看是否安装opencv-contrib-python

复制代码
pip list | grep opencv

显示

复制代码
opencv-contrib-python             4.4.0.46             
opencv-python                     4.8.1.78             
opencv-python-headless            4.7.0.72

说明本机上已经成功安装 opencv-contrib-python, opencv-python ,opencv-python-headless模块,但是为什么还会报错module 'cv2' has no attribute 'ximgproc'呢?

由于版本不一致的问题导致的。

将opencv-contrib-python升级为 opencv-python 一致的版本即可解决

复制代码
pip install opencv-contrib-python==4.8.1.78

解决后,再测试查看各模块版本为:

复制代码
pip list | grep opencv

显示

复制代码
opencv-contrib-python             4.8.1.78             
opencv-python                     4.8.1.78             
opencv-python-headless            4.7.0.72 
相关推荐
workflower1 天前
Fundamentals of Architectural Styles and patterns
开发语言·算法·django·bug·结对编程
lvchaoq2 天前
记录小程序真机bug,而模拟器无法复现
小程序·bug
喜欢便码2 天前
禅道提交bug的几种状态
bug
从前慢,现在也慢2 天前
(3)Bug篇
学习·bug·测试
西柚小萌新3 天前
【Bug:docker】--Docker国内镜像源加载失败
docker·容器·bug
初圣魔门首席弟子5 天前
c++ bug 记录(merge函数调用时错误地传入了vector对象而非迭代器。)
java·c++·bug
Qiuner5 天前
历劫波,明真我——Debug Commune
ai·开源·bug·debug·信息差·信息·交流
川石课堂软件测试7 天前
什么是BUG,你对BUG的了解有多少?
android·linux·服务器·python·功能测试·bug·安全性测试
仰望星空的凡人7 天前
【BUG排查】基于RH850F1KMS1的主控出现系统中断错误,调试FEIC的值为0x11
单片机·bug·rh850·renesas