1
0
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:
Alexander Alekhin
2022-03-18 06:19:30 +00:00
parent ca7f964104
commit 43b2bb2c25
27 changed files with 1035 additions and 132 deletions
+7 -1
View File
@@ -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