Caffe section in the opencv's makefile
What does Caffe section do in the opencv build. I've tried to google it but without any outcome.
What does Caffe section do in the opencv build. I've tried to google it but without any outcome.
Enables possibility to build opencv_cnn_obj3d module
Asked: 2016-12-05 02:17:07 -0600
Seen: 767 times
Last updated: Dec 29 '16
French google is the best one http://answers.opencv.org/question/72...http://docs.opencv.org/trunk/d5/de7/t...
It seems that you are on windows platform. To install caffe you have to follow these instructions https://github.com/BVLC/caffe/tree/wi...
Its a long way....
Actually build the caffe on Windows is now pretty simple task. Also I well know opencv_dnn module (builds and works without any caffe libs). But, I have asked about what will change if build opencv with Caffe? Your links do not resolve my question.
the dnn module comes with a (stripped) prebuild caffe, but there are some other modules in contrib, that would require building caffe locally.
unless you're using any of those, you're safe to ignore any caffe related flags.
Thanks! I have found that Caffe option enables possibility to build opencv_cnn_obj3d module.