Install opencv4 in ubuntu16

asked 2019-03-07 23:06:19 -0600

opencv.org gravatar image

I knew this question has answers.Eventhough I tried different websites to install after performing installation to ensure the opencv version and library path,I compiled pkg-config... and pkg cflags... command,but console display as, ////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//// I need simple and easy steps with clear to install opencv4 in c++ IF anyone know guide me to install this one.

edit retag flag offensive close merge delete

Comments

see: https://github.com/opencv/opencv/issu...

(you'll probably have to switch to cmake instead of pkg-config)

berak gravatar imageberak ( 2019-03-09 07:18:58 -0600 )edit