opencv imshow时出现GTK+2.0的错误
程序员文章站
2024-03-25 10:54:10
...
出现如下错误:
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)
根据提示是由于GTK显示的错误,需要安装libgtk,但是发现已经安装了gtk,这种情况可能是qt的问题
参考https://*.com/questions/14655969/opencv-error-the-function-is-not-implemented
并且cmake时不需要全部删除重新编译,直接cmake -D WITH_QT=ON ..
就可以添加相关功能
推荐阅读
-
解决的错误-20200306-安装darknet时,opencv 出现路径问题
-
opencv imshow时出现GTK+2.0的错误
-
解决编译OpenCV项目时出现的undefined reference to cv::xxxx错误
-
Pytorch训练SSD时出现的警告和错误(更新中)
-
STM32 cubeMX 前期项目未生成部分模块,后期需要添加功能模块时出现L6218E错误问题的解决方法
-
解决python2.7用pip安装包时出现错误的问题
-
解决python2.7用pip安装包时出现错误的问题
-
关于使用file读入整个文件时出现的异常断行错误转载 我没试过,不过在读文件的时候最好还是...
-
navicat连接mysql时出现1045错误的解决方法
-
Maven项目在build时出现No compiler is provided in this environment的错误