Click or drag to resize
CudaDeviceInfo Constructor (Int32)
http://www.emgu.com
Query the information of the cuda device with the specific id.

Namespace: Emgu.CV.Cuda
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public CudaDeviceInfo(
	int deviceId
)

Parameters

deviceId
Type: SystemInt32
The device id
See Also