Get the current Cuda device

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static int getDevice()
Public Shared Function getDevice As Integer
public:
static int getDevice()

Return Value

The current Cuda device

See Also