一招解决opencv2/core.hpp: No such file or directory的问题
opencv
OpenCV: 开源计算机视觉库
项目地址:https://gitcode.com/gh_mirrors/opencv31/opencv

·
一招解决opencv2/core.hpp: No such file or directory的问题
最近在ubuntu编写c++代码,用到了opencv库,按照网上的教程,对opencv源码进行了编译但是发现无法导入到项目中,一直提示opencv2/core.hpp: No such file or directory
最后通过命令ln -s /usr/local/include/opencv4/opencv2/ /usr/local/include/opencv2 解决了上述的问题
我的ubuntu系统 Ubuntu 18.04 OpenCV 4.1.0.




OpenCV: 开源计算机视觉库
最近提交(Master分支:7 个月前 )
b5d38ea4
Optimize gaussian blur performance in FastCV HAL #27217
### Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [ ] The PR is proposed to the proper branch
- [ ] There is a reference to the original bug report and related work
- [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
Patch to opencv_extra has the same branch name.
- [ ] The feature is well documented and sample code can be built with the project CMake
1 天前
767dd838
Fix configuring with CMake version 4 2 天前
更多推荐
所有评论(0)