OpenCV Error: Unspecified Error(The Function is not implemented)
【摘要】
Ubuntu 或者 Debian 系统显示窗口的时候遇到了这个问题
error: (-2:Unspecified error) The function is not implemented. Rebu...
Ubuntu 或者 Debian 系统显示窗口的时候遇到了这个问题
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 libgtk2.0-dev pkg-config
- 1
安装成功之后,重新运行cmake对源码进行编译,安装。
文章来源: great.blog.csdn.net,作者:小麦大叔,版权归原作者所有,如需转载,请联系作者。
原文链接:great.blog.csdn.net/article/details/81431030
【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)