First time here? Check out the FAQ!

Ask Your Question
0

OpenCV LINUX Installation

asked Jan 8 '14

Himanshu gravatar image

Hi, Hi,

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

Thanks!

Preview: (hide)

2 answers

Sort by » oldest newest most voted
2

answered Jan 9 '14

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
Preview: (hide)

Comments

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

Himanshu gravatar imageHimanshu (Jan 9 '14)edit

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

Nghia gravatar imageNghia (Jan 9 '14)edit
0

answered Feb 22 '14

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

Preview: (hide)

Question Tools

Stats

Asked: Jan 8 '14

Seen: 3,942 times

Last updated: Feb 22 '14