Basic image processing algorithms implemented using emguCV.
Requirements
-
Visual Stduio 2015 or later
-
emgucv 3.1.0 from https://sourceforge.net/projects/emgucv/files/latest/download?source=files
How to setup Visual Studio Solution?
Once you install emgucv 3.1.0, add the references of Emgu.CV.World.dll and Emgu.CV.UI.dll (from the bin directory at emgucv instalation directory).
Copy x64 and x86 to the output directory (from the bin directory at emgucv instalation directory).
Build the solution.
Ignore UI errors and continue.