DeviceInfo Constructor (Int32)
|
Creates DeviceInfo object for the given GPU
Namespace:
OpenCvSharp.Cuda
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic DeviceInfo(
int deviceId
)
Public Sub New (
deviceId As Integer
)
public:
DeviceInfo(
int deviceId
)
new :
deviceId : int -> DeviceInfo
OpenCvSharp.Cuda.DeviceInfo = function(deviceId);
Parameters
- deviceId
- Type: SystemInt32
See Also