Enum Backend
Enum of computation backends supported by layers.
Namespace: OpenCvSharp.Dnn
Assembly: OpenCvSharp.dll
Syntax
public enum Backend
Remarks
DNN_BACKEND_DEFAULT equals to DNN_BACKEND_INFERENCE_ENGINE if OpenCV is built with Intel's Inference Engine library or DNN_BACKEND_OPENCV otherwise.
Fields
Name | Description |
---|---|
CUDA | |
DEFAULT | |
HALIDE | |
INFERENCE_ENGINE | |
OPENCV | |
VKCOM |