Click or drag to resize

CudaInvokeSetGlDevice Method

http://www.emgu.com
Sets a CUDA device and initializes it for the current thread with OpenGL interoperability. This function should be explicitly called after OpenGL context creation and before any CUDA calls.

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public static void SetGlDevice(
	int device = 0
)

Parameters

device (Optional)
Type: SystemInt32
System index of a CUDA device starting with 0.
See Also