• Posts tagged "open cv"

Blog Archives

Creating First Emgu CV Project

In the last post we read about Starting with Emgu CV, now here we will start our first Emgu CV project. Emgu CV is not so difficult all we have to do is to add certain references and make use of Emgu Controls. Lets get started. Lets start creating a blank windows form application. You …
Read more

Starting with Emgu CV

What is Emgu CV ? Before learning what is Emgu CV, one should know what is Open CV. Open CV It stands for Open Source Computer Vision, it was designed especially for computational efficiency with strong focus on real time applications.  It is written in optimized C/C++, and can take advantage of multi-core processing. In Image …
Read more