OpenCV - DLL missing, but it's not?

后端 未结 14 803
陌清茗
陌清茗 2020-12-04 17:50

I am trying just a basic program with OpenCV with the following code:

#include \"cv.h\"
#include \"highgui.h\"

int main()
{
    IplImage* newImg;
    newImg         


        
14条回答
  •  [愿得一人]
    2020-12-04 18:24

    You just need to add the folder of the needed dll file (or files) to your system "Environment Variables" in "Path". Your problem will 100% be resolved. I had this problem too.

提交回复
热议问题