unable to load cvextern in a c# project

The error your receiving is not solely down to cvextern this dll actually points to almost all of the other opencv dlls and all are required. With this error you will require the following dll in your project. Note that the “220” is the version number this will change according to updates. cudart64_32_16.dll cufft64_32_16.dll cvextern.dll … Read more