错误信息 error: (-2:unspecified error) the function is not implemented 通常表示你尝试调用的某个函数在当前的环境中未实现或不可用。这个错误常见于OpenCV库中,尤其是当你尝试使用图形显示功能(如cv2.imshow)时,但相应的库没有正确配置以支持这些功能。 可能的原因 使用了不支持图形界面的OpenCV
OpenCV Error: Unspecified error (The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support. If you are onUbuntuorDebian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script) in cvNamedWindow, file D:\caffe-static\source\opencv-2....
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 ‘cvNamedWindow’ 解决办法 apt-get install...
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) in cvNamedWindow, file /home/aborn/software/OpenCV-...
按照网上方法,安装opencv-contrib-python,发现已安装,无效(opencv报错The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Cocoa support-CSDN博客) 尝试重装opencv,卸载过程pip报错PermissionError: [WinError 5] 拒绝访问。
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 ‘cvNamedWindow’ ...
我在使用opencv学习决策树时,通过使用示例发现运行到train函数时,opencv会出现如下错误: OpenCV(3.4.15) Error: The function/feature is not implemented (surrogate splits are not implemented yet) in cv::…
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) in cvNamedWindow, file /home/aborn/software/OpenCV-...
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 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) in cvShowImage, file /home/pankaja/Desktop/OpenCV-...