gpt4 book ai didi

c++ - 咖啡:opencv错误

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:02:41 26 4
gpt4 key购买 nike

我已经从源代码构建了 opencv 3.0,并且可以运行一些示例应用程序,可以根据 header 进行构建,所以我认为它已成功安装。

我也在使用 python3,我现在去安装和构建 caffe。由于有 AMD GPU 和 Anaconda,我在使用 CPU 时在 Makefile.config 中设置了一些变量。

当我运行 make all 我得到这个错误:

$ make all
CXX/LD -o .build_release/examples/cpp_classification/classification.bin
/usr/bin/ld: .build_release/examples/cpp_classification/classification.o: undefined reference to symbol '_ZN2cv6imreadERKNS_6StringEi'
//usr/local/lib/libopencv_imgcodecs.so.3.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:565: recipe for target '.build_release/examples/cpp_classification/classification.bin' failed
make: *** [.build_release/examples/cpp_classification/classification.bin] Error 1

通过搜索,我认为这与使用 openCV 3 有关,但我不确定从哪里开始寻找解决方案。有帮助吗?

是的,我是一群想要摆弄 Google Inception 学习技术的缺乏经验的用户之一。

最佳答案

您还可以将 opencv_imgcodecs 添加到 MakeFile 的 187 行,看这个pull .

关于c++ - 咖啡:opencv错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31253870/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com