The type initializer for ‘Emgu.CV.CvInvoke’ threw an exception

I had the same problem. My inner exception was “Unable to load DLL ‘opencv_core290′”.

You need to copy x86 and x64 folders from “yourEmguFolder/bin” to your project’s output(bin) directory. Then build project again and run.

According to emgu wiki

Leave a Comment