mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-19 02:16:34 +08:00
6 lines
120 B
C++
6 lines
120 B
C++
#ifndef __OPENCV_CNN_3DOBJ_CONFIG_HPP__
|
|
#define __OPENCV_CNN_3DOBJ_CONFIG_HPP__
|
|
// HAVE CAFFE
|
|
#define HAVE_CAFFE
|
|
#endif
|