Click or drag to resize

NetSetPreferableTarget Method

http://www.emgu.com
Ask network to make computations on specific target device.

Namespace:  Emgu.CV.Dnn
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void SetPreferableTarget(
	Target value
)

Parameters

value
Type: Emgu.CV.DnnTarget
The value
See Also