Sunday, December 18, 2016

Motion Detection using C# and Accrod.Net

This blog shows how to perform Motion Detection using C# and Accord .Net.I assume you already installed accord .net in your system if not click here to know how to install and setup accord.net.Let's create a new new windows C# application project and add the following references to "Accord .Imaging.dll","Accord.Video.dll","Accord.Vision.dll","Accord.Video.Directshow.dll","Accord.dll".


Friday, December 2, 2016

Drag and Drop on Windows Form C#

This post explains how we can directly drag and drop files on Windows Form.In this post i dynamically change the windows form background by using draganddrop event.Let' s create a new C# Windows Form Application and name it as Drag and Drop.