自学slam十四讲遇到的问题terminate called after throwing an instance of ‘std::logic_error‘ what(): basic_str

生成可执行文件后,运行报错

terminate called after throwing an instance of 'std::logic_error'
  what():  basic_string::_M_construct null not valid
Aborted (core dumped)

检查后发现opencv读取文件路径出错了。

修改读图方式

image = cv::imread("/home/houyiliang/Desktop/slambook2-master/ch5/imageBasics/ubuntu.png"); //cv::imread函数读取指定路径下的图像

文章出处登录后可见!

已经登录?立即刷新

共计人评分,平均

到目前为止还没有投票!成为第一位评论此文章。

(0)
心中带点小风骚的头像心中带点小风骚普通用户
上一篇 2022年3月15日 下午9:34
下一篇 2022年3月15日

相关推荐