主题 : 关于opencv人脸识别的问题1 复制链接 | 浏览器收藏 | 打印
级别: 新手上路
UID: 116604
精华: 0
发帖: 14
金钱: 70 两
威望: 14 点
贡献值: 0 点
综合积分: 28 分
注册时间: 2015-06-26
最后登录: 2019-11-12
楼主  发表于: 2019-08-19 09:15

 关于opencv人脸识别的问题1

各位高手,小弟正在opencv中的人脸识别工程到友善之臂的tiny4412开发板。Opencv的库已经移植完成。在开发板上运行人脸跟踪程序,运行到imshow("人脸识别", face );这句时,提示:
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 cvShowImage, file /home/wangxiaodong/workspace/opencv-2.4.3.2/modules/highgui/src/window.cpp, line 670
terminate called after throwing an instance 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, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script in function cvShowImage
请教其中的原因。谢谢各位高手。