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
Syntaxpublic static BackendTargetPair[] GetAvailableBackends()
Public Shared Function GetAvailableBackends As BackendTargetPair()
public:
static array<BackendTargetPair>^ GetAvailableBackends()
static member GetAvailableBackends : unit -> BackendTargetPair[]
Return Value
Type:
BackendTargetPairThe available backend and target pair
See Also