所以我想使用codeblock作为我的OpenCV程序的IDE。 我使用CodeBlock 12.11,OpenCV-2.4.6.0,MinGW和Cmake。 我尝试按照本教程http://kevinhughes.ca/tutorials/opencv-install-on-windows-with-codeblocks-and-mingw/
进行操作当我尝试使用像打开图像这样的简单程序时,它可以工作。但是当我想制作人脸识别程序时,我发现了这个问题。
它在Build Message:
ld.exe cannot find -lhighgui
ld.exe cannot find -lcv
ld.exe cannot find -lcxcore
它在BuildLog
C:/mingw/...../mingw32/bin/ld.exe: cannot find -lhighgui
C:/mingw/...../mingw32/bin/ld.exe: cannot find -lcv
C:/mingw/...../mingw32/bin/ld.exe: cannot find -lcxcore
Process terminated with status 1 (0 minutes, 0 seconds)
3 errors, 0 warnings (0 minutes, 0 seconds)
有人可以帮我解决这个问题吗?