OpenCV libraries with c++ in ubuntu
i need help to setup OpenCV libraries with c++ in ubuntu but not finding the way how to do it.
i need help to setup OpenCV libraries with c++ in ubuntu but not finding the way how to do it.
Hi Tasneem!
Here is coolest official guide: Using OpenCV with Eclipse (plugin CDT).
And here is the full list of installation tutorials: http://docs.opencv.org/doc/tutorials/introduction/table_of_content_introduction/table_of_content_introduction.html.
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
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/
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?!
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.
Asked: 2012-08-01 01:56:08 -0600
Seen: 8,166 times
Last updated: Jun 15 '13
Undefined reference to "cv::name_function"
Mergevec.cpp : Error (compilation)
What debugger to use on ubuntu?
Issue in OpenCV 2.3.0/2.4.0 installation on Ubuntu 11.04 [closed]
How to set resolution of video capture in python with Logitech c910 & c920
OpenCV on Eclipse CDT for Linux