OpenCV - missing dlls?

前端 未结 4 1111
灰色年华
灰色年华 2021-01-26 09:54

I am a beginner learning OpenCV. I have the latest version (2.4.7.2 as of Dec, 2013) and am trying a simple code to load image. The code is OK, but when I compiled and then run

4条回答
  •  囚心锁ツ
    2021-01-26 10:18

    As a tip make sure the last three digits in your linker contain the same numbers as your actual dll files. Ex: version 3.2.0 should be written 320.dll and so on

提交回复
热议问题