.build_release/lib/libcaffe-nv.so: undefined reference to cv::imread(cv::String const&, int)'

.build_release/lib/libcaffe-nv.so: undefined reference tocv::imencode(cv::String const&, cv::_InputArray const&, 
std::vector >&, std::vector > const&)'
.build_release/lib/libcaffe-nv.so: undefined reference to `cv::imdecode(cv::_InputArray const&, int)'
collect2: error: ld returned 1 exit status
make: *** [.build_release/tools/upgrade_net_proto_text.bin] Error 1

[Solution]
change Makefile:
LIBRARIES += glog gflags protobuf leveldb snappy \
lmdb boost_system hdf5_hl hdf5 m \
opencv_core opencv_highgui opencv_imgproc
add :opencv_imgcodecs solve my problem

最新文章

  1. 【记录】Ubuntu下安装VirtualBox
  2. Json---使用Jsoncpp解析与写入
  3. iOS7程序内部如何打开评分页面
  4. iOS开发中一些常见的并行处理(转)
  5. Detail in Response.redirect and Server.transfer in ASP.NET
  6. C 高级编程3 静态库与动态库
  7. JSP 笔记
  8. [工具]toolbox_graph基本操作
  9. ubuntu12.04常见错误总结
  10. Deadlock found when trying to get lock; try restarting transaction
  11. Servlet 自定义标签
  12. [css选择器]总结:IE6不支持的CSS选择符
  13. 《Orange‘s》Loader
  14. rocket-mq windows下载安装
  15. c/c++ vector,map,set,智能指针,综合运用的小例子
  16. ImportError: No module named google.protobuf.internal
  17. python之内置模块random(转载)
  18. spring cloud 声明式rest客户端feign调用远程http服务
  19. jar包的读取
  20. Team Foundation Server (TFS) 2015 安装指导

热门文章

  1. golang模拟编程tcp模拟http(转载)
  2. PHP cURL 超时设置 CURLOPT_CONNECTTIMEOUT 和 CURLOPT_TIMEOUT 的区别
  3. 查询优化 In Oracle
  4. 用于KV集群的一致性哈希Consistent Hashing机制
  5. UltraEdit 的“查看方式”着色类项型
  6. [LeetCode] 149. Max Points on a Line 共线点个数
  7. [LeetCode] 156. Binary Tree Upside Down 二叉树的上下颠倒
  8. orcad 删除不连接符号
  9. nrm -- npm镜像源管理
  10. Oracle spatial空间查询的选择度分析