1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-19 02:16:34 +08:00

add libs hint on OS X in for cmake

This commit is contained in:
Wangyida
2015-08-26 21:24:33 +08:00
parent 97d49a8834
commit 9852e8096e
40 changed files with 105951 additions and 215 deletions

2
modules/cnn_3dobj/include/opencv2/cnn_3dobj.hpp Normal file → Executable file
View File

@@ -55,10 +55,10 @@ the use of this software, even if advised of the possibility of such damage.
#include <set>
#include <string.h>
#include <stdlib.h>
#include <tr1/memory>
#include <dirent.h>
#define CPU_ONLY
#include <opencv2/cnn_3dobj_config.hpp>
#ifdef HAVE_CAFFE
#include <caffe/blob.hpp>
#include <caffe/common.hpp>

0
modules/cnn_3dobj/include/opencv2/cnn_3dobj_config.hpp Normal file → Executable file
View File