OpenCV
4.1.0
Open Source Computer Vision
|
#include "../dnn.hpp"
Namespaces | |
cv | |
"black box" representation of the file storage associated with a file on disk. | |
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... | |
#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 "" |