Click or drag to resize

CvInvokeHaveOpenCLCompatibleGpuDevice Property

http://www.emgu.com
Gets a value indicating whether this device have open CL compatible gpu device.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static bool HaveOpenCLCompatibleGpuDevice { get; }

Property Value

Type: Boolean
true if have open CL compatible gpu device; otherwise, false.
See Also