Click or drag to resize

NetSetPreferableBackend Method

Ask network to use specific computation backend where it supported.

Namespace:  OpenCvSharp.Dnn
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public void SetPreferableBackend(
	int backendId
)

Parameters

backendId
Type: SystemInt32
backend identifier.
See Also