PlatformInfoGetDevice Method |
http://www.emgu.com
Get the OclDevice with the specific index
Namespace:
Emgu.CV.Ocl
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic Device GetDevice(
int d
)
Public Function GetDevice (
d As Integer
) As Device
public:
Device^ GetDevice(
int d
)
member GetDevice :
d : int -> Device
Parameters
- d
- Type: SystemInt32
The index of the ocl device
Return Value
Type:
DeviceThe ocl device with the specific index
See Also