Click or drag to resize
OclPlatformInfoGetDevice Method
http://www.emgu.com
Get the OclDevice with the specific index

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public OclDevice GetDevice(
	int d
)

Parameters

d
Type: SystemInt32
The index of the ocl device

Return Value

Type: OclDevice
The ocl device with the specific index
See Also