使用Opencv编译时出错

时间:2015-02-10 14:11:31

标签: c++ opencv g++

我试图用C ++编译一个使用OpenCV 2.4.10的程序

但是在编译期间它无法找到Imf符号,并列出了错误列表,如

/usr/lib//libopencv_highgui.a(grfmt_exr.o):在函数cv::ExrDecoder::readHeader()': (.text._ZN2cv10ExrDecoder10readHeaderEv+0x12): undefined reference to中Imf :: globalThreadCount()'

我正在使用

进行编译

g ++ -L / usr / local / lib / -L / usr / lib / -L / usr / lib / x86_64-linux-gnu / -static -o" find_box_layout" ./src/find_box_layout.o -lopencv_imgproc -lopencv_highgui -lopencv_core -lm -ljasper -ljpeg -ltiff -lpng -lz -lpthread -lrt

对此有何帮助?

0 个答案:

没有答案