OpenCV  3.4.8
Open Source Computer Vision
Namespaces | Macros | Functions
inference_engine.hpp File Reference
#include "../dnn.hpp"

Namespaces

 cv
 
 cv::dnn
 

Macros

#define CV_DNN_INFERENCE_ENGINE_VPU_TYPE_MYRIAD_2   "Myriad2"
 Intel(R) Movidius(TM) Neural Compute Stick, NCS (USB 03e7:2150), Myriad2 (https://software.intel.com/en-us/movidius-ncs) More...
 
#define CV_DNN_INFERENCE_ENGINE_VPU_TYPE_MYRIAD_X   "MyriadX"
 Intel(R) Neural Compute Stick 2, NCS2 (USB 03e7:2485), MyriadX (https://software.intel.com/ru-ru/neural-compute-stick) More...
 
#define CV_DNN_INFERENCE_ENGINE_VPU_TYPE_UNSPECIFIED   ""
 

Functions

cv::String cv::dnn::getInferenceEngineVPUType ()
 Returns Inference Engine VPU type. More...
 
void cv::dnn::resetMyriadDevice ()
 Release a Myriad device (binded by OpenCV). More...
 

Macro Definition Documentation

§ CV_DNN_INFERENCE_ENGINE_VPU_TYPE_MYRIAD_2

#define CV_DNN_INFERENCE_ENGINE_VPU_TYPE_MYRIAD_2   "Myriad2"

Intel(R) Movidius(TM) Neural Compute Stick, NCS (USB 03e7:2150), Myriad2 (https://software.intel.com/en-us/movidius-ncs)

§ CV_DNN_INFERENCE_ENGINE_VPU_TYPE_MYRIAD_X

#define CV_DNN_INFERENCE_ENGINE_VPU_TYPE_MYRIAD_X   "MyriadX"

Intel(R) Neural Compute Stick 2, NCS2 (USB 03e7:2485), MyriadX (https://software.intel.com/ru-ru/neural-compute-stick)

§ CV_DNN_INFERENCE_ENGINE_VPU_TYPE_UNSPECIFIED

#define CV_DNN_INFERENCE_ENGINE_VPU_TYPE_UNSPECIFIED   ""