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