摘要: find the location: sudo find / -name "libopencv_core.so.4.5" create and add file "/etc/ld.so.conf.d/opencv.conf" /usr/local/lib sudo ldconfig referenc 阅读全文
posted @ 2021-06-16 16:20 略略略—— 阅读(3395) 评论(0) 推荐(0) 编辑
摘要: If the code is migrated from Windows to Linux, please check if you have also included the .cpp file. If you only include the .hpp header file, the com 阅读全文
posted @ 2021-06-16 15:29 略略略—— 阅读(615) 评论(0) 推荐(0) 编辑
摘要: In my case, I got two constants with same name "EPS" in 2 files: a.hpp: enum Type { COUNT=1, //!< the maximum number of iterations or elements to comp 阅读全文
posted @ 2021-06-16 15:17 略略略—— 阅读(1246) 评论(0) 推荐(0) 编辑
摘要: errors: /home/tonyyan/Documents/main.cpp:108: undefined reference to `cv::VideoCapture::read(cv::_OutputArray const&)' /home/tonyyan/Documents/main.cp 阅读全文
posted @ 2021-06-16 14:26 略略略—— 阅读(4947) 评论(0) 推荐(0) 编辑
摘要: errors from terminal: /tmp/ccwCifBp.o: In function `nvinfer1::(anonymous namespace)::createInferRuntime(nvinfer1::ILogger&)': /home/tonyyan/Downloads/ 阅读全文
posted @ 2021-06-16 14:11 略略略—— 阅读(4303) 评论(0) 推荐(0) 编辑