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

Namespaces

namespace  cv
 "black box" representation of the file storage associated with a file on disk.
 
namespace  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)
 
#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)
 
#define CV_DNN_INFERENCE_ENGINE_VPU_TYPE_UNSPECIFIED   ""
 

Functions

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

Macro Definition Documentation

#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)

#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)

#define CV_DNN_INFERENCE_ENGINE_VPU_TYPE_UNSPECIFIED   ""