Run OpenCV program
I am new to openCV, I am trying to compile my first code in linux ubuntu by adding following code
g++ 'pkg-config opencv --cflags' hello_opencv.cpp -o hello_opencv 'pkg-config opencv --libs'
and I got the error as
g++: error: pkg-config opencv --cflags: No such file or directory
g++: error: pkg-config opencv --libs: No such file or directory
request you to help me solving this.