Ask Your Question
1

OpenCV libraries with c++ in ubuntu

asked 2012-08-01 01:56:08 -0600

Tasneem gravatar image

i need help to setup OpenCV libraries with c++ in ubuntu but not finding the way how to do it.

edit retag flag offensive close merge delete

4 answers

Sort by ยป oldest newest most voted
1

answered 2012-08-01 04:38:07 -0600

Daniil Osokin gravatar image

updated 2012-10-01 08:51:32 -0600

Hi Tasneem!

Here is coolest official guide: Using OpenCV with Eclipse (plugin CDT).

edit flag offensive delete link more

Comments

2
1

answered 2012-10-28 05:24:00 -0600

Mahdi gravatar image

Hi Here is the complete installation guide:http://www.samontab.com/web/2012/06/installing-opencv-2-4-1-ubuntu-12-04-lts/ When I started using opencv with linux this helped me a lot. BTW, you need an IDE too. I recommend to use eclipse: http://docs.opencv.org/doc/tutorials/introduction/linux_eclipse/linux_eclipse.html#linux-eclipse-usage

edit flag offensive delete link more
0

answered 2012-08-01 10:40:40 -0600

updated 2013-06-15 15:52:19 -0600

Simple text editor (gedit/geany/spyder) and terminal is the way to go. And as far as installations is concerned, check this out

http://jayrambhia.com/blog/install-opencv-2-4-in-ubuntu-12-04-precise-pangolin/

edit flag offensive delete link more

Comments

Nice tutorial! However I recommend to use ccmake instead of cmake, there you can see all the build-options and have more control over what actually will be build. Nowadays the most CPUs have SSSE3,SSE41, etc. - so why not also use them to gain a some more speed?!

Guanta gravatar imageGuanta ( 2013-06-16 07:28:14 -0600 )edit
0

answered 2012-08-01 04:10:12 -0600

imran gravatar image

Since you are using Ubuntu, I would suggest you use gedit (the text editor) and the terminal. It would save you so much time. To install OpenCV in Ubuntu, follow this guide using the terminal.

http://www.samontab.com/web/2012/06/installing-opencv-2-4-1-ubuntu-12-04-lts/

After that, you should have OpenCV up and running. Good Luck.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-08-01 01:56:08 -0600

Seen: 8,002 times

Last updated: Jun 15 '13