opencv库安装成功,但是每次使用cv2.imshow()都会出现问题,cv2.error: OpenCV(4.1.2) C:\projects\opencv-python\opencv\modules\highgui\src\window.cpp:651: error: (-2:Unspecified error) The function is not implemented. Rebuild the
在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...
@文心快码cv2.error: opencv(4.9.0) d:\a\opencv-python\opencv-python\opencv\modules\highgui\src\window.cpp:1338: error: (-2:unspecified error) the function is not implemented. rebuild the library with windows, gtk+ 2.x or cocoa support. if you are on ubuntu or debian, install libgtk2.0...
结论 在使用Python的图像处理库OpenCV进行高斯模糊处理时,如果遇到报错error: (-213:The function/feature is not implemented),可以尝试通过更新OpenCV版本、使用cv2.blur函数替代cv2.GaussianBlur函数或降低OpenCV版本来解决问题。这些方法可以帮助我们顺利进行高斯模糊处理,达到预期的效果。 参考文献 OpenCV Documentation: [...
在安装使用easyocr过程中,调用cv2遇到了如代码所示的报错信息 cv2.error: OpenCV(4.5.4) D:\a\opencv-python\opencv-python\opencv\modules\highgui\src\window.cpp:1274: error: (-2:Unspecified error) The functionisnotimplemented. Rebuild the library with Windows, GTK+ 2.xorCocoa support. If you are...
Cell In[7], line 4 2 import cv2 3 img=cv2.imread('C:\\Users\liang-wj\moon.jpg') ---> 4 cv2.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. Reb...
cv2.error: OpenCV(4.4.0) /tmp/pip-req-build-dglzv4yn/opencv/modules/highgui/src/window.cpp:651:error: (-2:Unspecifiederror) Thefunctionisnotimplemented. Rebuild the librarywithWindows, GTK+2.xorCocoa support.Ifyou areonUbuntuorDebian, install libgtk2.0-devandpkg-config,thenre-run cmakeorcon...
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 ...
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) ...
一、完整报错 cv2.error: OpenCV(3.4.2) /tmp/build/80754af9/opencv-suite_1535558553474/work/modules/highgui/src/window.cpp:632: 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 Deb...