WPF OpencvSharp4 DllNotFoundException: Unable to load DLL 'OpenCvSharpExtern': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

DllNotFoundException: Unable to load DLL 'OpenCvSharpExtern': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

https://stackoverflow.com/questions/44105973/opencvsharp-unable-to-load-dll-opencvsharpextern


Copy from https://stackoverflow.com/questions/44105973/opencvsharp-unable-to-load-dll-opencvsharpextern

It is not enough installing the "OpencvSharp{version} nuget" package. You also have to install the "OpencvSharp{version}.runtime.{operating_system}" package.

For example, in my case I had to install the following Nuget pacages:

  • OpencvSharp4
  • OpencvSharp4.runtime.win

 

posted @ 2024-05-21 20:33  FredGrit  阅读(47)  评论(0编辑  收藏  举报