OpenCV Unmanaged DLLs not found asp.net

后端 未结 5 967
一整个雨季
一整个雨季 2021-01-18 23:29

We are building a web application (C# .NET) that uses unmanaged libraries in the form of the Emgu opencv wrapper. We are forcing the build to be in 32-bit (x86), and we are

5条回答
  •  孤街浪徒
    2021-01-19 00:23

    Make sure tbb.dll is also in the path, as opencv_core240.dll has a dependency on this. You can find tbb.dll under opencv/build/common/tbb.

提交回复
热议问题