Query the information of the gpu device with the specific id.

Namespace: Emgu.CV.GPU
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public GpuDevice(
	int deviceId
)
Public Sub New ( _
	deviceId As Integer _
)
public:
GpuDevice(
	int deviceId
)

Parameters

deviceId
Int32
The device id

See Also