OpenCV - DLL missing, but it's not?

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

    No need to do any of that. It is a visual studio error.

    just go here: http://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=31354

    and download the appropriate fix for your computer's OS

    close visual studio, run the fix and then restart VS

    The code should run without any error.

提交回复
热议问题