OpenCV调用cv2.imshow显示错误 “The function is not implemented. Rebuild the library with Windows”的解决办法
opencv
OpenCV: 开源计算机视觉库
项目地址:https://gitcode.com/gh_mirrors/opencv31/opencv
·
在Windows环境下,已经安装了opencv-python。读取图片,处理都没有问题,唯独显示就会出错。说
The function is not implemented. Rebuild the library with Windows
解决方法很简单,安装opencv-contrib-python模块即可
pip install opencv-contrib-python
完。
参考:
https://stackoverflow.com/questions/50783177/opencv-the-function-is-not-implemented-rebuild-the-library-with-windows/52575640#52575640
OpenCV: 开源计算机视觉库
最近提交(Master分支:3 个月前 )
40ab4110
Fixed stack-use-after-scope errors in charuco detector 9 小时前
b2042a61
docs(core): update Universal Intrinsics for VLA (RVV/SVE) and v4.11+ API changes 9 小时前
AtomGit 是由开放原子开源基金会联合 CSDN 等生态伙伴共同推出的新一代开源与人工智能协作平台。平台坚持“开放、中立、公益”的理念,把代码托管、模型共享、数据集托管、智能体开发体验和算力服务整合在一起,为开发者提供从开发、训练到部署的一站式体验。
更多推荐


所有评论(0)