gaoxiang12 / slambook2

edition 2 of the slambook
MIT License
5.41k stars 2k forks source link

ch5 stereoVision 编译后运行时报错,使用的是opencv3.4.7 #196

Open zhuoqun-chen opened 2 years ago

zhuoqun-chen commented 2 years ago

terminate called after throwing an instance of 'cv::Exception' what(): OpenCV(3.4.7) /home/zqchen/Downloads/opencv-3.4.7/modules/highgui/src/window.cpp:358: error: (-215:Assertion failed) size.width>0 && size.height>0 in function 'imshow'

jacy-darker commented 2 years ago

// 文件路径 读取图片时路径改为绝对路径即可,比如 string left_file = "/home/xxx/slambook2/ch5/stereo/left.png"; string right_file = "/home/xxx/slambook2/ch5/stereo/right.png";