Skip to content

faraoman/OpenCVSharpWebDemo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCVSharpWebDemo

This demo project follows OpenCVSharp instruction article http://schima.hatenablog.com/entry/2014/01/22/203026.

The Post-build event makes copy opencv-related dll files into \bin directory in order to fix TypeInitializationException. As such, if you want to deploy it to Azure or other remote host, you have to make a command to copy all files in \bin\dll\x86 to \bin.

Fix failed copy command during build

  • If you faced error 'dll used by other process' during Post-build event, just kill iisexpress.exe process in task manager.

Additional Information

About

OpenCVSharp ASP.NET Web demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 82.4%
  • JavaScript 11.6%
  • HTML 5.4%
  • Other 0.6%