Click or drag to resize

PlatformInfoGetDevice Method

http://www.emgu.com
Get the OclDevice with the specific index

Namespace:  Emgu.CV.Ocl
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Device GetDevice(
	int d
)

Parameters

d
Type: SystemInt32
The index of the ocl device

Return Value

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