Table of Contents

Enum Backend

Namespace
OpenCvSharp.Dnn
Assembly
OpenCvSharp.dll

Enum of computation backends supported by layers.

public enum Backend

Fields

CUDA = 5
DEFAULT = 0
HALIDE = 1
INFERENCE_ENGINE = 2
OPENCV = 3
VKCOM = 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.