Get the name of the device associated 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 static string GetDeviceName(
	int deviceId
)
Public Shared Function GetDeviceName ( _
	deviceId As Integer _
) As String
public:
static String^ GetDeviceName(
	int deviceId
)

Parameters

deviceId
Int32
The id of the cuda device

Return Value

The name of the device associated with the specific ID

See Also