Skip to content

ginoi/opencvsharp_dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

opencvsharp_dev

feasibility and development getting use out of opencvsharp

Setup and requirement

  1. Install Visual Studio 2012 for Windows Desktop (Express can be used)

  2. Create Project

  • Create New Project --> Templates --> Visual C# --> Windows -> Console Application.
  1. 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
  1. Replace .cs here with Program.cs in the solution.

  2. Choose x86 in Any CPU cell if you choose OpenCVSharp x86

  3. Check "Allow unsafe code" in Project --> Properties --> Build.

  4. F7 to build and check if there is no error.

  5. F5 to see the demo.

About

feasibility and development getting use out of opencvsharp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages