Click or drag to resize

CudaInvokeSetDevice Method

http://www.emgu.com
Set the current Gpu Device

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static void SetDevice(
	int deviceId
)

Parameters

deviceId
Type: SystemInt32
The id of the device to be setted as current
See Also