CudaDeviceInfo Constructor (Int32) |
http://www.emgu.com
Query the information of the cuda device with the specific id.
Namespace: Emgu.CV.CudaAssembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic CudaDeviceInfo(
int deviceId
)
Public Sub New (
deviceId As Integer
)
public:
CudaDeviceInfo(
int deviceId
)
new :
deviceId : int -> CudaDeviceInfo
Parameters
- deviceId
- Type: SystemInt32
The device id
See Also