在python中调用cv2.imshow,出现这个一个报错: cv2.error: OpenCV(4.5.5) D:\a\opencv-python\opencv-python\opencv\modules\highgui\src\window.cpp:1268: error: (-2:Unspecified error) The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Cocoa support. If you are on U...
今天在折腾mediapipe的时候,一直遇见一个报错,怎么调整都是cv2.imshow这一句报错, 报错内容: The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Cocoa support. 以前曾经用过这个第三方包,并没有出现这种情况。我思考了很久,发现唯一不同的就是我的OpenCV版本变了,之前使用的是Ope...
OpenCV Error: 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) ...
3 img=cv2.imread('C:\\Users\liang-wj\moon.jpg') ---> 4cv2.imshow('pt',img) error: OpenCV(4.10.0) D:\a\opencv-python\opencv-python\opencv\modules\highgui\src\window.cpp:1301: error: (-2:Unspecified error) The function is not implemented. Rebuild the library with Windows, GTK+ 2...
conda opencv cv2.imshow无法使用 error: ---src-dir---/opencv-2.4.10/modules/highgui/src/window.cpp:501: error: (-2) 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, ...
error: (-2) 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 ...
错误信息提示 the function is not implemented. rebuild the library with windows, gtk+ 2.x or cocoa support,意味着当前使用的 OpenCV 库缺少对图形用户界面的支持。这通常发生在尝试在非图形界面环境(如服务器)或缺少必要图形库支持的系统中运行需要图形界面的 OpenCV 函数(如 cv::imshow)时。 确认系统环境和...
jupyter notebook 上,在使用 opencv 的时候,发现最基本的图片显示会出现问题,即,当使用 cv2.imshow() 的时候,会导致 OpenCV Error: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-...
The following error occurred as soon as cv2.imshow() was performed with the test code. And I try to apt-get install libgtk2.0-dev and pkg-config. How can I resolve the error? Quote error: (-2:Unspecified error) The function is not implemented. Rebuild the library...
下面几项是 level 可能的值: 值 常量 描述 1 E_ERROR 致命的运行错误。错误无法恢复,暂停执行...