How can I implement OpenCVDotNet in C# code

0

I am trying to run this code from this website http://haryoktav.wordpress.com/2009/02/28/webcam-c-simple-frame-difference/ and I am getting an error when I the application start processing. This what C# said :

An unhandled exception of type 'System.IO.FileLoadException' occurred in System.Windows.Forms.dll

Additional information: Could not load file or assembly 'OpenCVDotNet.dll' or one of its dependencies. The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail. (Exception from HRESULT: 0x800736B1)

I already installed OpenCV 1.0 and OpenCVDotNet in my PC

c#
opencv
opencvdotnet
asked on Stack Overflow Nov 7, 2013 by user2940240

1 Answer

3

there's this , but you probably shouldn't use it. opencv1.0 is horribly outdated.

do yourself a favour, and get emgu and a recent ( 2.4.6) opencv install instead

answered on Stack Overflow Nov 7, 2013 by berak

User contributions licensed under CC BY-SA 3.0