我有一个自编译的opencv的问题......
XUbuntu 13.10 x64 gcc 版本 4.8.1
cmake -D WITH_TBB=ON -D BUILD_NEW_PYTHON_SUPPORT=ON -D WITH_V4L=ON -D INSTALL_C_EXAMPLES=ON -D INSTALL_PYTHON_EXAMPLES=ON -D BUILD_EXAMPLES=ON -D WITH_QT=ON -D WITH_OPENGL=ON -D WITH_OPENMP=ON ..
一切看起来都很好。简单的例子就可以了。我的问题是,我想在 xubuntu 中使用 nonfree(SURF) 包。
现在我想编译这些示例 http://docs.opencv.org/doc/tutorials/features2d/feature_detection/feature_detection.html 并得到这个错误(主题)
g++ -I/usr/local/include/opencv -I/usr/local/include/opencv2 -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"example.d" -MT"example .d" -o "example.o" "../example.cpp" 完成构建:../example.cpp
构建目标:SURF_Example 调用:GCC C++ Linker
g++ -L/usr/local/lib -o "SURF_Example" ./example.o -lopencv_core -lopencv_imgproc -lopencv_highgui -lopencv_objdetect -lopencv_nonfree
libopencv_features2d.so.2.4:添加符号时出错:命令行中缺少 DSO
有什么帮助吗?