feasibility and development getting use out of opencvsharp
-
Install Visual Studio 2012 for Windows Desktop (Express can be used)
-
Create Project
- Create New Project --> Templates --> Visual C# --> Windows -> Console Application.
- Install libs for opencv C#
- Right click on Solution at solution explorer window, and choose Manage NuGet Packages ..
- Seach OpenCVSharp at online. Choose OpenCVSharp x86 (for 32bit) or x64 (64bit).
- Install will be done automatically can can see some .dlls at your project.
- Evaluated with OpenCVSharp 2.4.8
-
Replace .cs here with Program.cs in the solution.
-
Choose x86 in Any CPU cell if you choose OpenCVSharp x86
-
Check "Allow unsafe code" in Project --> Properties --> Build.
-
F7 to build and check if there is no error.
-
F5 to see the demo.