Using OpenCV with Eclipse plugin CDT on Ubuntu

Using OpenCV with Eclipse plugin CDT on Ubuntu OpenCV is written natively in C++ and has a templated interface that works seamlessly with STL containers. OpenCV library therefore, is extensively used with C++. Here, we will see how to use Eclipse with CDT Plugin on Ubuntu 14.04. We will use OpenCV-2.4.11 and Luna Eclipse for C/C++ developers . We start with downloading Eclipse and then configuring it with OpenCV libraries. We will also implement an a OpenCV program. I will assume that you have the OpenCV-2.4.11 installed on your Ubuntu System. However, if you do not have it installed or you are facing problems getting it done, you can refer to Installing OpenCV-2.4.11 on Ubuntu . Lets start! Before we start, were going to need to download Eclipse. I use OpenCV with C ++, Then Im going to download the specific release to C / C ++ of Eclipse Luna: Eclipse IDE for C / C ++ Developers. Keep referring to the screenshots as you keep progressing through tutorial. T...