-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fatal error: opencv2/photo/photo_c.h: 没有那个文件或目录 #1106
Comments
这是详细的报错信息 Update the VERSION argument value or use a ... suffix to tell CMake Warning (dev) at /usr/local/share/OpenCV/OpenCVConfig.cmake:86 (find_package): Environment variable CUDA_ROOT is set to:
For compatibility, CMake is ignoring the variable. CMake Warning (dev) at /usr/local/share/OpenCV/OpenCVConfig.cmake:86 (find_package): Call Stack (most recent call first): CMake Error at /usr/local/share/OpenCV/OpenCVModules.cmake:162 (message):
but this file does not exist. Possible reasons include:
but not all the files it references. Call Stack (most recent call first): -- Configuring incomplete, errors occurred! Update the VERSION argument value or use a ... suffix to tell -- BUILD TYPE:Release Update the VERSION argument value or use a ... suffix to tell Build type: Release
but it set Pangolin_FOUND to FALSE so package "Pangolin" is considered to Pangolin could not be found because dependency Eigen3 could not be found. -- Configuring incomplete, errors occurred! |
当我运行./build.sh,报错:/usr/local/include/opencv/cv.h:65:10: fatal error: opencv2/photo/photo_c.h: 没有那个文件或目录
65 | #include "opencv2/photo/photo_c.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
The text was updated successfully, but these errors were encountered: