在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
本文解决了在Windows环境下使用opencv-python时遇到的显示功能未实现错误。通过安装opencv-contrib-python模块,可以轻松解决这一问题,使图像显示功能正常运行。
2810

被折叠的 条评论
为什么被折叠?



