172-16-196-121:caffe-master starry1990$ make all
CXX src/caffe/data_transformer.cpp
src/caffe/data_transformer.cpp:2:10: fatal error: 'opencv2/core/core.hpp' file not found
#include <opencv2/core/core.hpp>
^
1 error generated.
make: *** [.build_release/src/caffe/data_transformer.o] Error 1
172-16-196-121:caffe-master starry1990$ ./bootstrap
Does it mean that I am not installing opencv in the right place ?
Any help is appreciate !!!