OpenCV - DLL missing, but it's not?

后端 未结 14 808
陌清茗
陌清茗 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:17

    just open the bin folder and copy and paste the .dll files to the folder you are working in..it should fix the problem

提交回复
热议问题