Enum Backend
- Namespace
- OpenCvSharp.Dnn
- Assembly
- OpenCvSharp.dll
Enum of computation backends supported by layers.
public enum Backend
Fields
CUDA = 5DEFAULT = 0HALIDE = 1INFERENCE_ENGINE = 2OPENCV = 3VKCOM = 4
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.