Click or drag to resize

DnnInvokeGetAvailableBackends Method

http://www.emgu.com
Get the list of available DNN Backends

Namespace:  Emgu.CV.Dnn
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static BackendTargetPair[] GetAvailableBackends()

Return Value

Type: BackendTargetPair
The available backend and target pair
See Also