EmguCV cvextern System.DllNotFoundException

后端 未结 4 1605
余生分开走
余生分开走 2021-01-18 03:40

I am trying to run the example of LicensePlateRecognition in EmguCV 3.1. But I always get the error System.DllNotFoundException and the message is that \"cvextern.dll cannot

4条回答
  •  渐次进展
    2021-01-18 04:13

    Another issue I encountered (with the same symptom as cvextern not loading) running on Windows Server (in Azure Cloud) was a dependency on Windows Media Foundation. For what it's worth, this is not installed by default on Windows Server 2012. There are a couple remedies:

    1. Add the feature as described in this question about MF support on 2012
    2. Use Server 2016 (Family 5) (where MF is already installed)

提交回复
热议问题