i\'m trying to debug my program, using emgu and HaarCascade in c#. i\'m getting an exception like so :
Unable to load DLL \'cvextern\': The specifie
This error popped up on my side with Emgu CV 3.1 and I found for this issue a following working solution:
Emgu CV 3.1
copy the cvextern.dll in the application directory \bin\Debug\
cvextern.dll
\bin\Debug\
Hope this helps.