You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Package opencv was not found in the pkg-config search path.
Perhaps you should add the directory containing `opencv.pc'
to the PKG_CONFIG_PATH environment variable
No package 'opencv' found
one.cpp:2:10: fatal error: opencv2/opencv.hpp: No such file or directory
2 | #include "opencv2/opencv.hpp"
| ^~~~~~~~~~~~~~~~~~~~
compilation terminated
so my question is, how do you build opencv source code with your container??
It seems pkg-config does not find opencv
Please advice.
The text was updated successfully, but these errors were encountered:
I have successfully build one of the images in the repo (I had to change the base though since the one here in the repo does not exist anymore)
I want to try it by building a simple example of opencv using cuda. For example
I tried to build this with
g++ -std=c++11 -o image_addition one.cpp
pkg-config --cflags --libs opencvbut it failed
so my question is, how do you build opencv source code with your container??
It seems pkg-config does not find opencv
Please advice.
The text was updated successfully, but these errors were encountered: