我试图用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
对此有何帮助?