OpenCV LINUX Installation
Hi, Hi,
Can anyone list steps for installing OpenCV on Linux? I have CentOS.
Thanks!
This is a general procedure that should work for any Linux system.
Download and extract package
$ cd opencv-2-x-x
$ mkdir build
$ cd build
$ cmake-gui ..
Click 'configure', then 'generate'. Close the GUI.
$ make
(pray everything will go well)
$ make install
Here's a link to install opencv in ubuntu:click here
Asked: 2014-01-08 08:08:35 -0600
Seen: 3,863 times
Last updated: Feb 22 '14