mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
dnn: plugin support for OpenVINO
This commit is contained in:
@@ -39,8 +39,14 @@
|
||||
//
|
||||
//M*/
|
||||
|
||||
#include <opencv2/core.hpp>
|
||||
#if !defined(BUILD_PLUGIN)
|
||||
#include "cvconfig.h"
|
||||
#else
|
||||
#include <opencv2/core/cvdef.h>
|
||||
#undef __OPENCV_BUILD // allow public API only
|
||||
#endif
|
||||
|
||||
#include <opencv2/core.hpp>
|
||||
|
||||
#ifndef CV_OCL4DNN
|
||||
#define CV_OCL4DNN 0
|
||||
|
||||
Reference in New Issue
Block a user