解决OpenCV: ld cannot find lippicv 问题

问题1:caffe/ proto/caffe.pb.h: No such file or directory

caffe配置问题与解决方法集锦

http://blog.csdn.net/u010167269/article/details/50703923

 

实验C++版faster-r-cnn过程中遇到的OpenCV问题,通过Google查找解决。

问题2:

g++ example.cpp -o example `pkg-config --libs --cflags opencv`

/usr/bin/ld: 找不到-lippicv

collect2: error: ld returned 1exit status

 

搜索关键词:ld cannot find lippicv

解答:

http://blog.csdn.net/dengshuai_super/article/details/51895120

http://blog.csdn.net/tmosk/article/details/76578082

 

问题3

errorwhile loading shared libraries: libcaffe.so.1.0.0-rc3: cannot open sharedobject file: No such file or directory

 

搜索关键词:解决error while loading shared libraries: libcaffe.so.1.0.0-rc3: cannot

解答:

https://github.com/BVLC/caffe/issues/3628#issuecomment-181249858

(二楼赞最多的)

 

 

 

 

纯C++版的Faster-Rcnn(通过caffe自定义RPN层实现)

http://blog.csdn.net/zxj942405301/article/details/72775463

你可能感兴趣的:(Caffe,OpenCV,lippicv)