Monthly Archives: January 2013

Certified : Exam 70-480 My Experience

Yesterday i appeared for Microsoft Exam 70-480 (Programming in HTML5 with JavaScript and CSS3 Specialist certification) and yes I cleared it. Now I’m Microsoft Certified Professional, feels great. Last time I gave certification Exam and I failed i scored 680 something and the passing was 700, I was very disappointed at that moment but Dhananjay …
Read more

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