Category: Microsoft Technologies

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 →

Introduction to Windows Presentation Fondation

Uh …. hello … I’ll start my first technical article with the technology WindowsPresentation Foundation then it’s my favorite. First, what is Windows Presentation Foundation (WPF)?Windows Presentation Foundation is the next generation of Microsoft UIframework to create applications with rich user exprience. It is part. NET Framework 3.0 and above. WPF combines applications with graphical user interfaces (2D, 3D), the documentand multimedia. Vector rendering engine uses hardware acceleration of modern graphics cards. This makes the interface faster, scalable and resolution independent following figuregives an overview of the WPF maininnovations Now let’s go further with the separation […]

Read More →