CudaDeviceInfo Constructor (Int32) |
http://www.emgu.com
Query the information of the cuda device with the specific id.
Namespace:
Emgu.CV.Cuda
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
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