python使用opencv读取图片没有问题,但是使用imshow的时候报错。cv2.error: OpenCV(3.4.9) C:\projects\opencv-python\opencv\modules\highgui\src\window.cpp:658: error: (-2:Unspecified error) The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script in function 'cvShowImage'
开始以为是opencv版本太高的问题,后面发现不是这个原因。文章来源:https://www.toymoban.com/news/detail-847197.html
解决方案:卸载掉opencv-contrib-python-headless,可能是这个库与其他库有冲突,卸载掉就好了。文章来源地址https://www.toymoban.com/news/detail-847197.html
到了这里,关于cv2.error: OpenCV(4.9.0) C:\projects\opencv-python\opencv\modules\highgui\src\window.cpp:658: error:的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!