I am getting this exception below
Unable to load DLL 'cvextern': The specified module could not be found.
When the debugger comes to this line below
img = new Image<Bgr, byte>(bitmapImage);
I am using EMGU CV 3.2.0.2721 in the component project I created as a library.
Upon googling, I found this thread below, but I tried to change the CPU to X86 and also as 64, both of them doesn't work. I see that cvextern is not part of my "References" in C# project. I tried to add that cvextern dll (both 64 and x86 I tried), it says it can't add as its not C# dll.
unable to load cvextern in a c# project
Please guide me.