Ask Your Question
0

OpenCV LINUX Installation

asked 2014-01-08 08:08:35 -0600

Himanshu gravatar image

Hi, Hi,

Can anyone list steps for installing OpenCV on Linux? I have CentOS.

Thanks!

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
0

answered 2014-02-22 06:29:44 -0600

Here's a link to install opencv in ubuntu:click here

edit flag offensive delete link more
2

answered 2014-01-08 18:12:23 -0600

Nghia gravatar image

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
edit flag offensive delete link more

Comments

Thanks! From where can I get ffmpeg libs for centos to install with opencv?

Himanshu gravatar imageHimanshu ( 2014-01-09 12:26:40 -0600 )edit

If ffmpeg isn't provided by yum you'll have to download/compile it from the ffmpeg website.

Nghia gravatar imageNghia ( 2014-01-09 16:45:28 -0600 )edit

Question Tools

Stats

Asked: 2014-01-08 08:08:35 -0600

Seen: 3,655 times

Last updated: Feb 22 '14