Ask Your Question

Soumik's profile - activity

2015-11-26 03:20:54 -0600 asked a question OpenCV Installation on Ubuntu

Hi all I am trying to install OpenCV on my Ubuntu Virtualbox VM. The source code is downloaded properly using sudo apt-get and I have built it using CMake as well. However the concerning part is even after building it properly with CMake and the making it using the command "make", the CMakeLists.txt from my source code is unable to find the opencv package. I tried manual installation also, but sudo apt-cache is able to locate on libopencv commands but cannot find out opencv commands. I used find package (OPENCV REQUIRED) in CMakeLists.txt of my code. Can anyone suggest what's keeping the opencv installation? Please note I am using gcc as my compiler. Thanks in advance