Installing OpenCV on Windows with Visual Studio by Suhel SayyadSaturday, June 15, 2013 There are 2 ways to install OpenCV into your computer. But for a beginner, the most suitable way is the installation by using the pre-bui...Read More
Using OpenCV with gcc and CMake by Suhel SayyadFriday, June 14, 2013 Note We assume that you have successfully installed OpenCV in your workstation. The easiest way of using OpenCV in your code is to u...Read More
Configure Eclipse for OpenCV by Suhel SayyadFriday, June 14, 2013 Prerequisites Having installed Eclipse in your workstation (only the CDT plugin for C/C++ is needed). You can follow the following step...Read More
How to Install Open CV in Ubuntu by Suhel SayyadThursday, June 13, 2013 To install OpenCV 2.4.2 or 2.4.3 on the Ubuntu 12.04 operating system, first install a developer environment to build OpenCV. sudo apt-ge...Read More