I don’t understand what I have to install to make EmguCV work.I opened the sample-src provided with EmguCV ,but I get errors in Visual studio 2008.
I also tried other .NET wrappers for OpenCV,but none of them worked(including the examples). A message “(sample program) has encounted a problem and needs to close.Please report this error to microsoft bla bla bla” is shown after I run any program that uses the OpenCV.
How to make this work in C#?
Are all the required .dlls in place? Try copying all the Emgu .dlls to the directory containing the .exe.
To automate this I added a post-build event in Visual Studio:
You need to set the correct source directory (I like to keep my libs along with the sources).