OpenCV - DLL missing, but it's not?

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

    Just add C:\OpenCV2.0\bin into your PATH environment variable

    or

    When you install OpenCV,

    Choose the option, Add OpenCV to the system PATH for current user which is not default one

提交回复
热议问题