相关疑难解决方法(0)

OpenCV GTK + 2.x错误

我按照这些步骤()安装了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 cvNamedWindow, file /home/nick/.Apps/opencv/modules/highgui/src/window.cpp, line 516
terminate called after throwing an instance of 'cv::Exception'
  what():  /home/nick/.Apps/opencv/modules/highgui/src/window.cpp:516: 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 …
Run Code Online (Sandbox Code Playgroud)

c++ opencv makefile cmake

17
推荐指数
5
解决办法
5万
查看次数

标签 统计

c++ ×1

cmake ×1

makefile ×1

opencv ×1