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