如果你在使用Python,并且怀疑版本冲突可能是问题所在,考虑在一个干净的虚拟环境中重新安装OpenCV库。 通过上述步骤,你应该能够诊断并解决“(-2 error) the function is not implemented”这个错误。如果问题仍然存在,你可能需要更详细地检查你的系统配置或寻求来自OpenCV社区的帮助。
在安装好opencv时,出现如下的报错信息: 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 cvNamedWindo...
我在使用opencv学习决策树时,通过使用示例发现运行到train函数时,opencv会出现如下错误: OpenCV(3.4.15) Error: The function/feature is not implemented (surrogate splits are not implemented yet) in cv::ml::DTreesImpl::addNodeAndTrySplit, file C:\build\3_4_winpack-build-win64-vc14\opencv\modules\...
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-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] 拒绝访问。
OpenCV-3.4.7/modules/highgui/src/window.cpp:598: 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 ...
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 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 D:\caffe-static\source\open...
System information (version) OpenCV => 3.3.0-dev Operating System / Platform => Ubuntu 16.04 Compiler => Detailed description When I run a code in openCV I'm getting the below error OpenCV Error: Unspecified error (The function is not im...
面对使用 ORBSLAM3 与 OpenCV 可视化时遇到的 (-2:Unspecified error) The function is not implemented 错误,我们需要从以下几个方面进行排查与解决。首先,该错误提示意味着功能未实现,需要重建库以支持 Windows、GTK+ 2.x 或 Cocoa。对于 Ubuntu 或 Debian 系统用户,可以尝试安装 libgtk2.0-dev ...