Click or drag to resize

NetBackend Enumeration

Enum of computation backends supported by layers.

Namespace:  OpenCvSharp.Dnn
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public enum Backend
Members
  Member nameValueDescription
DEFAULT0
HALIDE1
INFERENCE_ENGINE2
OPENCV3
VKCOM4
CUDA5
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.
See Also