首页 | 新闻 | 新品 | 文库 | 方案 | 视频 | 下载 | 商城 | 开发板 | 数据中心 | 座谈新版 | 培训 | 工具 | 博客 | 论坛 | 百科 | GEC | 活动 | 主题月 | 电子展
返回列表 回复 发帖

关于opencv人脸识别的问题1

关于opencv人脸识别的问题1

各位高手,小弟正在opencv中的人脸识别工程到友善之臂的tiny4412开发板。Opencv的库已经移植完成。在开发板上运行人脸跟踪程序,运行到imshow("人脸识别", face );这句时,提示:
OpenCV Error: Unspecified error (The functionis not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbonsupport. 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/wangxiaodong/workspace/opencv-2.4.3.2/modules/highgui/src/window.cpp,line 670
terminate called after throwing aninstance of 'cv::Exception'
what(): /home/wangxiaodong/workspace/opencv-2.4.3.2/modules/highgui/src/window.cpp:670: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, installlibgtk2.0-dev and pkg-config, then re-run cmake or configure script in functioncvShowImage
请教其中的原因。谢谢各位高手。
返回列表