error: In function ‘void* opencv_showimg(void*)’:

今天这个问题折磨了我一下午,终于知道是为什么了,心酸历程。。。。。赶紧来记录一下

错误:

/home/wj/workspace/Loitor_VI_Sensor_SDK_V1.3/SDK/src/camtest2.cpp: In function ‘void* opencv_showimg(void*)’:
/home/wj/workspace/Loitor_VI_Sensor_SDK_V1.3/SDK/src/camtest2.cpp:54:26: error: ‘imshow’ was not declared in this scope
    imshow("left",img_left);
                          ^
/home/wj/workspace/Loitor_VI_Sensor_SDK_V1.3/SDK/src/camtest2.cpp:66:28: error: ‘imshow’ was not declared in this scope
    imshow("right",img_right);
                            ^
/home/wj/workspace/Loitor_VI_Sensor_SDK_V1.3/SDK/src/camtest2.cpp:79:26: error: ‘imshow’ was not declared in this scope
    imshow("left",img_left);
                          ^
make[2]: *** [CMakeFiles/camtest2.dir/src/camtest2.cpp.o] Error 1
make[1]: *** [CMakeFiles/camtest2.dir/all] Error 2
make: *** [all] Error 2

 

出现这种问题的时候,一般是头文件不对,查一下你库存放的位置,版本不同 #include 后面写的是不同。

他原来的程序是

#include <cv.h>
#include <highgui.h>

而我的头文件是

#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>

这样修改就好了。。。所以写成自己的才能调用成功。。。。。

 

转载于:https://www.cnblogs.com/Jessica-jie/p/6560850.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值