-
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: opencv/cv.h: No such file or directory #include <opencv/cv.h> #782
Comments
|
I think I fixed this in #790 or https://github.com/Windfisch/ORB_SLAM2 |
Hi @Windfisch Thank you so much for your effort. By the way I'm having problem in finding 'opencv2/imgcodecs/legacy/constancts_c.h' while compiling it with OpenCV 4.0.0. Do you have any idea on top of your head why this might be a problem? |
I managed to 'solve' it by
Thanks. |
Hi @ckchng, it appears to me that the constants have been moved from |
I have installed opencv4.1.1 on my PC,the opencv4.1.1 don't include the header file named cv.h.so which header file should I replace opencv/cv.h?
The text was updated successfully, but these errors were encountered: