An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
In Emgu.CV.Invoke....I am getting above error. My projects are configured with "Any CPU". I installed latest version of EMGUCV in nuget....
img = new Image<Bgr, byte>(bitmapImage);
User contributions licensed under CC BY-SA 3.0