https://stackoverflow.com/questions/58478074/how-to-fix-fatal-error-opencv2-core-hpp-no-such-file-or-directory-for-opencv

直接包含core文件(opencv4/opencv2/core/core.hpp)会引起

fatal error: opencv2/core/cvdef.h: No such file or directory

参考解决方法

Cmakelists.txt中写入opencv路径

find_package (OpenCV REQUIRED)
include_directories ("/usr/include/opencv4/")
GitHub 加速计划 / opencv31 / opencv
193
14
下载
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 天前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐